Thanks to Medium's @satoshiplus for this starter guide https://medium.com/@satoshiplus/typescript-and-node-aws-lambda-with-serverless-d5cd51720369
- Test in local
npm run local
- Generate Access key ID and Secret access key from you AWS profile account
- Setup credentials in your machine
serverless config credentials --provider aws --key YOUR_ACCESS_KEY --secret YOUR_SECRET_KEY
- Deploy
serverless deploy