This code is a part of a blog article and YouTube tutorial on how to create your first AWS Lambda function as an HTTP endpoint with Serverless Framework.
- AWS Account
- AWS CLI installed locally and configured with IAM Admin User Programatic Access Credentials
- latest Node.js
- Serverless Framework
Run:
npm install -g serverless
Run:
serverless deploy
MIT.