Closed endgame closed 2 years ago
@debug-ito: Can you please test whether this works for you? It looked good to me in a REPL.
Thanks. I'll try it.
I'm testing this branch, but the compiler complains that there is no FromKeys
data constructor in Amazonka module. However, it's described in this document https://amazonka.brendanhay.nz/docs/libZSamazonkaZSamazonka/Amazonka.html#t:Credentials
Is there any up-to-date online documents on amazonka API?
Unfortunately the CI job which updates that documentation site is broken, something to do with credentials. Only @brendanhay can fix that.
A migration guide for the authentication subsystem is in amazonka
's CHANGELOG.md
, and you can see the auth modules in lib/amazonka/src/Amazonka/Auth/
. The relevant parts are re-exported from module Amazonka.Auth
.
Thanks! The migration guide is very helpful.
I used IoT._ResourceNotFoundException
and it successfully caught the exception. #808 is fixed.
Fixes #808