amplify-education / serverless-domain-manager

Serverless plugin for managing custom domains with API Gateways.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to aws-sdk v3

kennethwkz-mm opened this issue Β· comments

Community Note

  • Please vote on this issue by adding a πŸ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Feature Request

Is your feature request related to a problem? Please describe.
Due to aws-sdk v2 are move to maintenance mode in 2023, it will no longer having new features:

NOTE: The AWS SDK for JavaScript (v2) will be put 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

Describe the solution you'd like
A clear and concise description of what you want to happen. Add any considered drawbacks, and what serverless.yml would look like:

No configuration require to change in serverless.yml but have to update aws-sdk v2 to aws-sdk v3 for all aws wrappers.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Any Other Info
If you can, maybe sketch out implementation details? If you've started a PR for this feature, link it here.

With the serverless version 3.28.1 the message should be suppressed

With the serverless version 3.28.1 the message should be suppressed

That's no good, and it's really like hiding a timed bomb.

We are working on the V3 update for our plugin but from the serverless side there is also a dependency on the V2.
Currently, not possible to retire V2 completely