-
Notifications
You must be signed in to change notification settings - Fork 133
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 SDK V3 support #365
Comments
@SimbaGithub @sfc-gh-kdama We'd like to also upgrade to a version of snowplow sdk that uses the AWS SDK v3. |
This warning is now output when using snowflake-connector-nodejs:
Hopefully this can be addressed before v2 of the AWS SDK is put in maintenance mode. |
I just got the same warning message when using the Snowflake SDK. +1 on this issue. |
same here, please upgrade package to use AWS SDK v3 |
hi, for the warning message
if you wish, you can suppress it with adding
(from comments in https://github.com/aws/aws-sdk-js/blob/master/lib/maintenance_mode_message.js#L14) until we can deal properly with the issue. thank you for bearing with us ! |
This is our last dependency on AWS v2 before we can drop that 85MB dependency from our builds. Excited for it, thank you! |
same here - this is our last dependency on AWS V2, please upgrade package to use AWS SDK v3 |
Yep- seeing this warning also. Please upgrade to use AWS SDK v3 thank you! |
same here - this is our last dependency on AWS v2. Requesting for upgrade to v3 soon please. Or at least please declare the date of release. |
got now some info on the roadmap; this is planned for Q3 at this moment. i wish i had better news but that's what it is. what you can do, if you're already a Snowflake customer, please reach out to your Sales rep. and explain why this would be important for you to be implemented sooner (they have some tools at their disposal to make requests more important) i'll keep this thread updated with any new info as they become available to me. |
although there's still work to do, but this issue is still on the table and we're working on it (#616 ) . thank you everyone for bearing with us while this is implemented - will keep this updated. |
got now some info on the release: This is probably being planned for the next month release as per #616 (comment) |
#616 merged and will be part of the next release, expected towards end of September |
fix is now out with release 1.9.0 , available on npm as well |
Hi,
I want to understand why the AWS SDK v3 changes were reverted two months ago? Now AWS Lambda support NodeJS 18 which supports SDK v3 natively.
Thanks,
CJ
The text was updated successfully, but these errors were encountered: