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

chore(*): support SDK_VERSION_TAG env var and fetch latest tag in CI #72

Closed
wants to merge 1 commit into from

Conversation

windmgc
Copy link
Member

@windmgc windmgc commented Aug 11, 2023

Summary

This PR adds support for using SDK_VERSION_TAG environment variable to run update_api, and let CI use latest aws-sdk-js release tag for testing.

Fix #56

@Tieske
Copy link
Member

Tieske commented Feb 27, 2024

this is tricky. This library generates its methods from the metadata. So top update to a newer version of the meta data, we should also verify any code chnages in the JS sdk over the same version bumps. ANd then ensure we follow those here as well, otherwise we might introduce bugs.

That said. I think I'd be in favour of updating the lib to the 3.x version of the JS sdk, since the 2.x is going EOL, see https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/

see internal KAG-3834

@windmgc
Copy link
Member Author

windmgc commented Feb 28, 2024

This PR hasn't been picked up for a long time, but yes I did encounter some problems when upgrading to the latest SDK version and running tests.

I'm gonna close this one and we can track further work in KAG ticket.

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

Successfully merging this pull request may close these issues.

SDK_VERSION_TAG
2 participants