amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

A comprehensive Amazon Web Services SDK for Haskell.

Results 109 amazonka issues
Sort by recently updated
recently updated
newest added

Some services (example: DynamoDB) generally respond really quickly (

feature request

As of 2021-10-19, https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-categories.html#dynamic-data-categories lists some categories that are not present in our metadata type: * `elastic-gpus/associations/elastic-gpu-id` * `elastic-inference/associations/eia-id` * `events/maintenance/history` * `events/maintenance/scheduled` * `events/recommendations/rebalance` * `instance-life-cycle` * `network/interfaces/macs/mac/interface-id` *...

enhancement

In `amazonka-s3-streaming`, @axman6 accepts a stream of data to send to S3 as a multipart upload. To send each upload, the library must first draw from the stream to create...

enhancement

`amazonka` bundles an EC2 Instance Meta-Data Service (IMDS) client in `Amazonka.EC2.Metadata`. It should support IMDSv2, where clients first request a token using `PUT`, and then present that token on subsequent...

enhancement

In #617 , @brendanhay said: > Changes that I wanted in amazonka >= 2.0, but probably aren't going to happen: > > 1. ~~Migrate entirely from `Network.AWS.*` style namespaces to...

post 2.0

I've been meaning to try out [large-records](https://www.well-typed.com/blog/2021/08/large-records) and collect some data regarding comparative compilation performance. The `large-records` library itself has an unfortunate dependency on `haskell-src-exts` which I wouldn't want to...

enhancement

This is a tracking issue for Cabal's (and Hackage's) "Multiple public libraries" feature. See: * Announcement: https://fgaz.me/posts/2019-11-14-cabal-multiple-libraries/ * Original PR: https://github.com/haskell/cabal/pull/5526 * Cabal tracking issue: https://github.com/haskell/cabal/issues/5660 * Hackage support (supposed):...

post 2.0

`amazonka` and `gogol` are really powerful "force multipliers" for Haskell when it comes to using the language for a lot of common tasks in cloud environments, but both projects have...

question
post 2.0

See #673 - the root cause of #610 was that operation names changed, and the content MD5 header stuff was silently not being applied. It would be good if the...

generator
post 2.0

Rather unfortunate. It seems the S3 service definition has completely [nonsensical metadata](https://github.com/boto/botocore/blob/dc0955cb0e977e3f5bbdbbcd6874e694ae9f4b0e/botocore/data/s3/2006-03-01/service-2.json#L3280) for the errors. For example attempting to catch `_NoSuchBucket` will never succeed given the following S3 response: ```...

bug
post 2.0