I am trying to update a lambda function that is only 54mb and i get the size limit exceeded error. There is only one version of it so not clear as to why this would happen. Thanks in advance!
...
Serverless: Packaging function: createDonation...
Serverless: Excluding development dependencies...
Serverless: Uploading function: createDonation (53.89 MB)...
Serverless Error ---------------------------------------
Request must be smaller than 69905067 bytes for the UpdateFunctionCode operation
...