Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS AppConfig Deprecated API #312

Open
thnk2wn opened this issue Sep 10, 2024 · 2 comments
Open

AWS AppConfig Deprecated API #312

thnk2wn opened this issue Sep 10, 2024 · 2 comments

Comments

@thnk2wn
Copy link

thnk2wn commented Sep 10, 2024

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.

@knadh
Copy link
Owner

knadh commented Sep 11, 2024

Ah, was unaware of this. Looking forward to the PR. Thank you.

@thnk2wn
Copy link
Author

thnk2wn commented Sep 11, 2024

@knadh #313

Ran an integration test against our account and it worked fine but I haven't done extensive testing yet.

  • Note it's a breaking change with removing ClientID. Could be kept and mark deprecated but no longer used with latest API.
  • Not sure about contributions and guidelines in this repo. Happy to use our forked version or make tweaks to this but feel free to also just reference this PR if further changes are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants