jcoreio / jcoreio/cloudformation-tools
aws-sdk v2 throwing warnings due to deprecation
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Need to update to aws-sdk v3 as v2 is deprecated and using cloudformation-tools will cause aws-sdk to throw it's deprecation warning at runtime:
(node:34302) 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
(Use `node --trace-warnings ...` to show where the warning was created)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the aws-sdk v2 dependency and the cloudformation-tools entry points that use it. Read the AWS SDK for JavaScript v3 migration guide linked in the issue and trace the affected CloudFormation operations. Done means the project uses v3 and no longer emits the reported deprecation warning at runtime.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, node.js, typescript
- Domain
- cloud, infrastructure
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100