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.