Support for Nodejs18.x and aws-sdk-v3

The aws-sdk-v3 and NodeJS 18 has many benefits in terms reducing package size significantly and 75% increased performance as listed in AWS article.

However serverless framework yet to support

runtime: nodejs18.x
“aws-sdk”: “^3.188.0”

I tried updating aws-sdk manually, it’s not allowing. Can we get some timeline for this?

2 Likes

How are you packaging the code? esbuild or webpack?