Upgrade AWS SDK to v3 #1459
Labels
dependencies
Pull requests that update a dependency file
maintainance
provider:aws
Related to the AWS cloud provider
Milestone
As we consider upgrading to Node.js runtime v18 in our AWS Lambda environment, there are a couple of notable implications regarding AWS SDK management:
AWS SDK v2 Deployment with Node.js v18:
Upgrading to AWS SDK v3:
Deprecated Types Package Removal:
...framework-provider-aws-infrastructure | WARN deprecated @types/[email protected]
can likely be removed from our dependencies. According to the npm registry, AWS SDK now provides its own type definitions, rendering this package obsolete.Originally suggested by @samueldominguez in #1431 (comment)
The text was updated successfully, but these errors were encountered: