DEV Community

Discussion on: Getting started with testing DynamoDB code in Python

Collapse
 
mmuller88 profile image
Martin Muller 🇩🇪🇧🇷🇵🇹 AWS Community Builders

Interesting post about testing DynamoDB code in Python. You can use the python package moto to mock the AWS Service. That is super cool and how I used to when I am working with jest in TypeScript. Super cool that Python has something similar :). So I recommend read the full article if you are interested in programming AWS CDK or AWS SDK with Python.