# Amazon DynamoDB Documentation

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.

## DynamoDB resources

- [Developer Guide](/en_us/amazondynamodb/latest/developerguide/): Provides a conceptual overview of Amazon DynamoDB and includes detailed development instructions for using the various features.
- [Cheat Sheet](/en_us/amazondynamodb/latest/developerguide/CheatSheet.html): Provides a quick reference for working with Amazon DynamoDB and the Amazon SDKs.

## Programming guides for DynamoDB

- [Programming DynamoDB with Python and Boto3](/en_us/amazondynamodb/latest/developerguide/programming-with-python.html): Provides an orientation for using DynamoDB with Python and Boto3.
- [Programming DynamoDB with Java](/en_us/amazondynamodb/latest/developerguide/ProgrammingWithJava.html): Provides an orientation for using DynamoDB with Java.
- [Programming DynamoDB with JavaScript](/en_us/amazondynamodb/latest/developerguide/programming-with-javascript.html): Provides an orientation for using DynamoDB with JavaScript.

## Additional DynamoDB resources

- [Architecture Center: Database Best Practices](https://aws.amazon.com/architecture/databases): Describes best practices for choosing the right Amazon database service, migrating your database, and managing database services.
- [Knowledge Center](/en_us/amazondynamodb/latest/developerguide/AdditionalResources.KnowledgeCenter.html): Provides troubleshooting information for Amazon DynamoDB.
- [Prescriptive Guidance](/en_us/amazondynamodb/latest/developerguide/AdditionalResources.PrescriptiveGuidance.html): Provides strategies, guides, and patterns for working with Amazon DynamoDB.

---

