0

In AWS Lambda, While updating the lamba function i am gettting the error like botocore.errorfactory.InvalidParameterValueException: An error occurred (InvalidParameterValueException) when calling the UpdateFunctionCode operation: Unzipped size must be smaller than 262144000 bytes. Basically i am pushed the code to git repo and after that updating the lambda function through shell script to reflect the update the code into aws lambda.

But it is showing the above error. Can you please anyone help me for this issue.

2

1 Answer 1

0

aws lambda limit the code of 250M

so, if your code is totally bigger than 250M, then you can use docker image to release your lambda function.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.