DEV Community

Discussion on: How to run DynamoDB Offline

Collapse
 
leandromarques profile image
Leandro Marques

Superb article!

I'm trying to create the tables when I start the serverless offline, but I'm using the amazon/dynamodb-local Docker container instead of the serverless-dynamodb-local plugin because I need to run this inside docker.

Actually, my serverless configuration is running an AWS Lambda locally, but I wanna migrate my dynamodb from there.

Is there some way to run the migrations using the serverless.yml and the dynamodb-local container in this case as well?