amazonka-dynamodb 0.0.2 → 0.0.3
raw patch · 2 files changed
+11/−10 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +8/−8
- amazonka-dynamodb.cabal +3/−2
README.md view
@@ -8,16 +8,16 @@ ## 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.+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).+and the [AWS API Reference](http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html). ## Contribute
amazonka-dynamodb.cabal view
@@ -1,5 +1,5 @@ name: amazonka-dynamodb-version: 0.0.2+version: 0.0.3 synopsis: Amazon DynamoDB SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -20,6 +20,7 @@ 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.+ . /See:/ <http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html AWS API Reference> .@@ -56,5 +57,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5