serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

dynamodb nodejs example with dynamoose orm. #571

Open softmarshmallow opened 4 years ago

softmarshmallow commented 4 years ago

dynamo is considered as standard database for serverless formation, but the aws-sdk for it simply sucks and a lot of pain using it. since People are adopting dynamoose for dynamodb orm and connector, It will be great to have it as a serverless's official example.