endgame
endgame
These files can also [override the endpoint URL](https://github.com/boto/botocore/blob/5efce9ec8916e3070936f55415850062bb51e334/botocore/data/cloudfront-keyvaluestore/2022-07-26/endpoint-rule-set-1.json#L272) which is necessary for multi-region services like CloudFront Key-Value stores. We can't call those services at all without it.
I am currently studying for an AWS re-qual and that's eating all of my free time. Once that's done, I hope to find some things to push back to 2.2...
#1006 would be relatively easy to pick up, I think, if someone wants to give it a crack.
@ysangkok #1027 would be a good warm-up. #1017 would be a good PR to use as inspiration. If you're keen for more after that, I'll see if I can recommend...
Unfortunately nobody put their hand up at ZuriHac, so while I was able to get the hooks system rework in for 2.1, I have to give the traditional answer of...
AWS have more details here: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html#how-sigv4a-works and some signing examples at https://github.com/aws-samples/sigv4a-signing-examples This is used for multi-region requests like S3 multi-region access points or the CloudFront Key-Value Store. And we...
0.2.0.0 on Hackage has a `base < 4.22` and a `< 4.21` bound in `main`. I think this issue needs updating.
Has anyone had a chance to look at this?
It will require changes to the generator, which currently imports all `typeModules` in every file. I see a couple of options: 1. Add a generator option to generate `.hs-boot` files...
Question: Did you find the example in the [`Amazonka` module haddocks](https://hackage.haskell.org/package/amazonka-2.0/docs/Amazonka.html). Was it any use to you? Are you interested in collaborating on this? It's relatively rare for us to...