# Amazon DynamoDB SDK
> _Warning:_ This is an experimental preview release which is still under heavy development and not intended for public consumption, _caveat emptor_!
* [description](#description)
* [Contribute](#contribute)
* [Licence](#licence)
## Description
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.
Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-dynamodb)
and [AWS API Reference](http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html).
## Contribute
For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/brendanhay/amazonka/issues).
> _Note:_ this library is an auto-generated Haskell package. Please see `amazonka-gen` for more information.
## Licence
`amazonka-dynamodb` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).