Serverless
Quick start
Prerequisite:- 1. AWS account
- 2. Globally installed serverless with AWS serverless config
serverless create --template hello-world --path hello-world-function
2. Test/invoke on local:
serverless invoke local --function helloWorld
3. Deploy
serverless deploy
This would deploy the lambda function and give HTTP endpoint like:
- endpoints:
- GET — https://oyqliuc8hd.execute-api.us-east-1.amazonaws.com/dev/hello-world