Setting up a REST API in Python for DynamoDB
Dynamo DB is AWS's NoSQL offering in the vast set of managed databases as a service that they provide. Like most other services, it's fully serverless, flexible and easy to scale.
The Data Model
As we're working on NoSQL here, there's no real restric...
blog.sreekeshiyer.com4 min read