Actually, I am new to AWS Lambda functions and Amazon DynamoDB, so I could not find a way to create a table with a Dynamoose schema and create CRUD operation with it.
I am familiar with mongoose and I read that Dynamoose is inspired by it.
So, can anybody tell me how to create CRUD operations in Lambda by using Dynamoose schema?