How can I create tables a Dynamo DB locally using the same template.yaml
file with AWS::Serverless-2016-10-31
definition for SAM/Cloud Formation that I intent to use for production?
DynamoDB is running locally using docker run -p 8000:8000 amazon/dynamodb-local
but has no tables.