2 Answers
- Newest
- Most votes
- Most comments
0
Turns out there was a layer attacked to some of the functions which tried to use the 'aws-sdk'
answered a year ago
0
If your existing Lambda functions are using the included SDK v2, then you must update your function code to use the SDK v3 when upgrading to the Node.js 18 runtime. This is the recommended approach when upgrading existing functions to Node.js 18. Alternatively, you can use the Node.js 18 runtime without updating your existing code if you deploy the SDK v2 together with your function code.
Reference :
Relevant content
- asked 3 months ago
- asked 7 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
As I mentioned, the functions are no longer use the SDK v2.