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
sven
2
How are you packaging the code? esbuild or webpack?