Repository files navigation Accounts and Access Key Setup
Sign into the AWS console using the credentials we passed around: https://eclassworkshop.signin.aws.amazon.com/console
Change your zone to US-West2 (Oregon)
Make sure you have node js installed: https://nodejs.org/en/
Install serverless (if you don't have it already):
npm install serverless -g
Add your credentials to serverless
call serverless config credentials --provider aws --key AKIAUMR --secret 805Y0syS23dLMJa/Km -o --profile workshop
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/serverless-workshop1 --path yourccid
Go into your directory: cd yourccid
Install packages: npm install
Open the yourccid in VS Code or your favourite IDE.
Set up lti from eClass
Set up MYSQL Databases
We will do some of this manually just to get a feel from trouble shooting in AWS console
You can’t perform that action at this time.