How to run and use DynamoDB locally
This post intent to be simple and direct.
Before we start, check if you have Docker running on your machine. Else not, install here
Choose an folder or create a new one, inside this folder create a file docker-compose.yml:
version: '3.8'
services:
...
rotiroti.hashnode.dev1 min read