Open thnk2wn opened 2 months ago
Ah, was unaware of this. Looking forward to the PR. Thank you.
@knadh https://github.com/knadh/koanf/pull/313
Ran an integration test against our account and it worked fine but I haven't done extensive testing yet.
It looks like the
appconfig
provider uses the GetConfiguration API Action that was deprecated in January 2022.Recommended actions are StartConfigurationSession and GetLatestConfiguration
Attempting to use returned error
not found, ResolveEndpointV2
though I can't be sure that's due to the deprecation.In either case, it probably makes sense to move off the deprecated AWS API. I might be able to look at a PR later.