-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Migrate aws-sdk v2 to @aws-sdk v3 for Node 20+ Lambda support #103
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
base: master
Are you sure you want to change the base?
Changes from all commits
0856bf4
d09307f
2dd9212
3ecd29f
4b2ee27
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,8 @@ | |
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "aws-sdk": "^2.276.1" | ||
| "@aws-sdk/client-dynamodb": "^3.1010.0", | ||
| "@aws-sdk/client-lambda": "^3.1010.0", | ||
| "@aws-sdk/lib-dynamodb": "^3.1010.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing dependency in docker package.json breaks containerHigh Severity
Additional Locations (1) |
||
| } | ||
| } | ||


Uh oh!
There was an error while loading. Please reload this page.