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
Hi everybody, I am trying to use the lambda layer functionality within the plugin and am running into issues. It seems a straight forward process but am strangely getting this error:
Error:
CREATE_FAILED: PythonRequirementsLambdaLayer (AWS::Lambda::LayerVersion)
Unzipped size must be smaller than 262144000 bytes (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException;
I am on the latest version of the plugin and my serverless version is 3.21
Nothing seems off to be but wondering if the community has any feedback of why this could be happening. My initial thought is the Ref to the layer name?
EDIT: I think I misunderstood the concept of layers, my layer in total does exceed 250mb so this won't solve my problem. Closing this!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everybody, I am trying to use the lambda layer functionality within the plugin and am running into issues. It seems a straight forward process but am strangely getting this error:
I am on the latest version of the plugin and my serverless version is 3.21
Here is the relevant yml:
Nothing seems off to be but wondering if the community has any feedback of why this could be happening. My initial thought is the Ref to the layer name?
EDIT: I think I misunderstood the concept of layers, my layer in total does exceed 250mb so this won't solve my problem. Closing this!
Beta Was this translation helpful? Give feedback.
All reactions