Example Node.js API built using the Serverless frameowrk.
- API: AWS API Gateway & AWS Lambda
- Authentication & Authorization: AWS Cognito
- Python 3+
- Node 10.x
Install aws-cli
pip3 install awscli --upgrade --user
Configure AWS credentials
aws configure
Install Serverless framework
npm i -g serverless
Deploy API
serverless deploy