# 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](/amazondynamodb/latest/developerguide/): Provides a conceptual overview of Amazon DynamoDB and includes detailed development instructions for using the various features.
- [API Reference](/amazondynamodb/latest/APIReference/): Describes all the API operations for Amazon DynamoDB in detail. It also provides sample requests, responses, and errors for the supported web services protocols.
- [Cheat Sheet](/amazondynamodb/latest/developerguide/CheatSheet.html): Provides a quick reference for working with Amazon DynamoDB and the AWS SDKs.

## Programming guides for DynamoDB

- [Programming DynamoDB with Python and Boto3](/amazondynamodb/latest/developerguide/programming-with-python.html): Provides an orientation for using DynamoDB with Python and Boto3.
- [Programming DynamoDB with Java](/amazondynamodb/latest/developerguide/ProgrammingWithJava.html): Provides an orientation for using DynamoDB with Java.
- [Programming DynamoDB with JavaScript](/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 AWS database service, migrating your database, and managing database services.
- [Knowledge Center](/amazondynamodb/latest/developerguide/AdditionalResources.KnowledgeCenter.html): Provides troubleshooting information for Amazon DynamoDB.
- [Prescriptive Guidance](/amazondynamodb/latest/developerguide/AdditionalResources.PrescriptiveGuidance.html): Provides strategies, guides, and patterns for working with Amazon DynamoDB.

---

## Related links

- [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html)
- [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/)
- [SDKs & Tools](https://aws.amazon.com/tools/)
- [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html)
- [AWS Training](https://aws.amazon.com/training/)
- [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/)
- [AWS Whitepapers](https://aws.amazon.com/whitepapers/)
- [Architecture Center: Databases Best Practices](https://aws.amazon.com/architecture/databases)

