amazonka-lambda 0.0.2 → 0.0.3
raw patch · 2 files changed
+15/−14 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 +12/−12
- amazonka-lambda.cabal +3/−2
README.md view
@@ -8,20 +8,20 @@ ## Description - AWS Lambda is a compute service that runs your code in response to events and- automatically manages the compute resources for you, making it easy to build- applications that respond quickly to new information. AWS Lambda starts- running your code within milliseconds of an event such as an image upload,- in-app activity, website click, or output from a connected device. You can- also use AWS Lambda to create new back-end services where compute resources- are automatically triggered based on custom requests. With AWS Lambda you pay- only for the requests served and the compute time required to run your code.- Billing is metered in increments of 100 milliseconds, making it- cost-effective and easy to scale automatically from a few requests per day to- thousands per second.+AWS Lambda is a compute service that runs your code in response to events and+automatically manages the compute resources for you, making it easy to build+applications that respond quickly to new information. AWS Lambda starts+running your code within milliseconds of an event such as an image upload,+in-app activity, website click, or output from a connected device. You can+also use AWS Lambda to create new back-end services where compute resources+are automatically triggered based on custom requests. With AWS Lambda you pay+only for the requests served and the compute time required to run your code.+Billing is metered in increments of 100 milliseconds, making it+cost-effective and easy to scale automatically from a few requests per day to+thousands per second. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-lambda)-and [AWS API Reference](http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html).+and the [AWS API Reference](http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html). ## Contribute
amazonka-lambda.cabal view
@@ -1,5 +1,5 @@ name: amazonka-lambda-version: 0.0.2+version: 0.0.3 synopsis: Amazon Lambda SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -24,6 +24,7 @@ Billing is metered in increments of 100 milliseconds, making it cost-effective and easy to scale automatically from a few requests per day to thousands per second.+ . /See:/ <http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html AWS API Reference> .@@ -58,5 +59,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5