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

Upgrade to AWS JS SDK v3 needed #197

Open
mman opened this issue May 24, 2023 · 4 comments · May be fixed by #220 or #221
Open

Upgrade to AWS JS SDK v3 needed #197

mman opened this issue May 24, 2023 · 4 comments · May be fixed by #220 or #221
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) type:feature

Comments

@mman
Copy link

mman commented May 24, 2023

Today I started the alpha build of parse-server using the parse-server-s3-adapter and received this (for me new) warning message:

(node:1) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy

This seems to be coming from the fact that this repo depends on aws-sdk: 2

"aws-sdk": "2.1368.0"

Detailed migration instructions seem to be available here: https://github.com/aws/aws-sdk-js-v3/blob/main/UPGRADING.md

@parse-github-assistant
Copy link

Thanks for opening this issue!

@chendoron
Copy link

chendoron commented Oct 27, 2023

@mtrezza could parse maybe suppress the deprecation messages for now at least? This is spamming our service logs.
serverless/serverless#11750 (reply in thread)

require('aws-sdk/lib/maintenance_mode_message').suppress = true;

@mtrezza
Copy link
Member

mtrezza commented Oct 28, 2023

Would upgrading the AWS SDK solve the issue?

@mtrezza mtrezza added the bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) label Jul 17, 2024
@mtrezza
Copy link
Member

mtrezza commented Jul 17, 2024

Added bounty due to urgency for this change. cc @dplewis

In alignment with our SDKs and Tools Maintenance Policy, AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025.

https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) type:feature
Projects
None yet
3 participants