Dynamodb Knowledge Sharing Slide Video Set up aws cli https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html aws configure Set up dynamodb local docker pull amazon/dynamodb-local docker run -p 65000:8000 --rm amazon/dynamodb-local Run code npm i npm run init npm run query