# how do i create a amazon dynamodb table locally?

1. Local storage vs. Cloud storage: which one to choose?
2. Advantages of local storage?
3. How to set up DynamoDB locally?

##### Post Metadata
- Posted at: over 4 years ago
- Author title: Student at CHANDIGARH UNIVERSITY
- Net upvotes: 2


## Comments
### Comment 1

To create an Amazon DynamoDB table locally:

Use Docker: Run docker run -p 8000:8000 amazon/DynamoDB-local.
Verify: Access http://localhost:8000 in your browser.
Create the table: Use the AWS CLI or an AWS SDK pointing to that URL.

##### Comment Metadata
- Posted at: 12 months ago
- Author title: Software Engineer



### Comment 2

There is no way that you can setup a DynamoDB locally. In fact, there is no AWS service that you can setup locally. 
However, there are some other tools that can help you a little bit to achieve this. One such tool is localstack - https://localstack.cloud/

##### Comment Metadata
- Posted at: over 3 years ago
- Author title: Technical Architect




## Related Product
[Amazon DynamoDB](https://www.g2.com/products/amazon-web-services-aws-amazon-dynamodb/reviews)

## Related Category
[Document Databases](https://www.g2.com/categories/document-databases)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: almost 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: almost 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: almost 13 years ago
  - Comments: 4


