sls create -t aws-nodejs -p sls0_1220
npm init -y
npm install --save aws-sdk moment underscore uuid
Add configuration to create dynamoDB table
sls deploy
Credentials should be generated from the IAM console if ssh key was not saved for access.
Add buildspec.yml with the different stages and corresponding commands