- Make sure you have node js installed: https://nodejs.org/en/
- Install serverless (if you don't have it already): npm install serverless -g
- Create your project directory by running the following command (with your ccid replacing 'yourccid' in the path): serverless create --template-url https://github.com/ualberta-eclass/tsqs-template/tree/master/tsqs-template --path yourccid-serverlessdemo
- Go into your directory: cd yourccid-serverlessdemo
- Install packages: npm install
- Open the yourccid-serverlessdemo in VS Code or your favourite IDE.
- Sign into the AWS console using the credentials we passed around: https://signin.aws.amazon.com/console
- Change your zone to US-West2 (Oregon)
- Asim, add the rest of the steps here
- todo: Asim add more steps
- todo: Asim add more steps