Creating APIs with NodeJS, DynamoDB and Lambda: A better approach with dynamoose

1 · Rajan Prasad · Jan. 22, 2021, 5:38 a.m.
In this article, we'll create CRUD APIs with AWS Lambda and NodeJS and we'll be using Dynamoose to get better understanding of our DB model and to have a better workflow since Dynamoose takes away the pain of writing CloudFormation code for the Dyn......