Aristid Breitkreuz
Aristid Breitkreuz
I get the following test output: ``` $ ./dist/build/cabal-dev-test/cabal-dev-test Basic invocation tests: --help exists with success: [OK] --version exists with success: [OK] --numeric-version has parseable output: [OK] exits with failure...
Some requests don't require authentification and no credentials. 'aws' currently has no real support for that.
When I started working on aws a while ago, I wanted to put everything in a monad. This plan was scrapped fairly quickly, however now I have plans to have...
To prevent scripts from hammering Amazon's servers and getting rate limited server-side, add rate limiting here. If there is an existing Haskell package for rate limiting, consider using it.
Allow making requests using STS (http://docs.amazonwebservices.com/IAM/latest/UsingSTS/Welcome.html / http://docs.amazonwebservices.com/STS/latest/APIReference/Welcome.html). This issue is NOT about full support for STS, just making requests using these temporary credentials. There are two caveats: 1. These...
See this http://aws.typepad.com/aws/2012/06/iam-roles-for-ec2-instances-simplified-secure-access-to-aws-service-apis-from-ec2.html That's pretty cool, I want that!
Lensify
Use classy lenses for the record fields of requests and responses, that should also make "subtyping" of requests more convenient. We might also be able to use it for the...
Are there plans to unify blaze-builder with bytestring builder?