@hackage machines-amazonka0.7.1
Machine transducers for Amazonka calls.
Categories
License
GPL-3.0-only
Maintainer
evan@theunixman.com
Links
Versions
Installation
Dependencies (23)
- amazonka >=1.4.5 && <1.5
- amazonka-autoscaling >=1.4.5 && <1.5
- amazonka-core >=1.4.5 && <1.5
- amazonka-ec2 >=1.4.5 && <1.5
- amazonka-s3 >=1.4.5 && <1.5
- amazonka-sts >=1.4.5 && <1.5 Show all…
Dependents (1)
@hackage/acme-everything
Amazonka Machines
This is a set of machines and concurrent-machines for some of the components of the various Amazonka libraries. They're composable, handle pagination, and transduction of results with the full set of Machines primitives.
Example Code
The Spot Price History module has one of the more complete examples, including multiple concurrent requests, concurrent STM updates, and so on.