You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just removing forceExclude was also problematic, because I had some weird message like
Resource handler returned message: "Unzipped size must be smaller than 130091036 bytes (Service: Lambda, Status Code: 400, Request ID: 2b747230-9910-4363-b452-ae616b90c0d6)" (RequestToken: bc369ba5-0db0-00e9-fbd3-d3397fbbec6e, HandlerErrorCode: InvalidRequest)
although the limit is supposed to be 250MB unzipped.
The text was updated successfully, but these errors were encountered:
This is a Feature Proposal
Description
I think new aws runtime does not support aws-sdk v2 any more for node.js v18 and higher
https://docs.aws.amazon.com/lambda/latest/dg/nodejs-package.html#nodejs-package-dependencies
I had the error message from the runtime below
It would be nice if the readme includes about the aws sdk versions and how to set the forceExclude option according to the lambda and sdk versions.
Similar or dependent issue(s):
Additional Data
Just removing
forceExclude
was also problematic, because I had some weird message likealthough the limit is supposed to be 250MB unzipped.
The text was updated successfully, but these errors were encountered: