Node.js project to do basic operations with DynamoDB using AWS Lambda
- Install serverless framework
npm install -g serverless
-
Configure AWS credentials
-
Update serverless.yml settings (*optional)
-
Deploy to AWS
serverless deploy
If you want to test with Postman:
-
Import aws-lambda.postman_environment.json and update server url on line 7
"value": "https://x.execute-api.eu-central-1.amazonaws.com/dev",