Localstack DynamoDB

preview_player
Показать описание
This video will show you how you can use LocalStack to test AWS DynamoDB on your local system.

Рекомендации по теме
Комментарии
Автор

Hi, was wondering if it’s possible to create a docker-compose.yml file that could create dynamodb locally with a table and items in it. I am working on it and find that the container is unable to follow the AWS commands such as aws dynamodb create table inside the running container (throwing command not found error). Also tried calling .sh file from dynamodb container…. Still no luck.

happymaheshwar
Автор

Hi, I can scan via NoSQL workbench on localstack dynamodb, but I cannot putItem. I got error "PutItem failed: Unknown error: exception while calling dynamodb.PutItem: 'localhost' is not a valid AWS region name for dynamodbstreams". Are you able to run putItem via NoSQL workbench?

wunai
Автор

hello, could you help me with a problem?
Once I close the terminal and restart the pc to redo the process the tables have been completely erased, do you know why? and in this case how can I do to be saved in my local,
Thank you

lorenamarroquin
Автор

this is great, can you please make one for lambda,
i tried but failed, as it requires extra config in terraform, as role, and i do not know how to set it up with localstack and terraform

akhalil