Skip to content

Demo of DynamoDB basic operations from AWS Lambda, using AWS JavaScript SDK

Notifications You must be signed in to change notification settings

srikanthmanda/aws-lambda-dynamodb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda DynamoDB Demo

This application demos basic operations on DynamoDB from AWS Lambda, using AWS JavaScript SDK.

Notes

Appendix

  • Deployment Notes: How to deploy and test this application.
  • VPC endpoint routing test: A log file demonstrating Lambda error when the functions are associated with private subnet and the DynamoDB VPC endpoint is removed.