Sign inSign up

vsouza/dynamo-local

By vsouza

Updated almost 11 years ago

Build for AWS DynamoDB local.

Image
1

6.3K

vsouza/dynamo-local repository overview

What's DynamoDb

Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. You can use Amazon DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic. Amazon DynamoDB automatically spreads the data and traffic for the table over a sufficient number of servers to handle the request capacity specified by the customer and the amount of data stored, while maintaining consistent and fast performance.

to start your local Dynamo, run:

docker run -d -p 8080:8080 vsouza/dynamo-local --port 8080

Feel free to add parameters:

docker run -d -p 8080:8080 vsouza/dynamo-local --port 8080 --path .

Tag summary

Content type

Image

Digest

sha256:ab02a1c32

Size

166.4 MB

Last updated

almost 11 years ago

docker pull vsouza/dynamo-local