I can't seem to get around this(below mentioned) error while trying to upload a function onto AWS lambda:
The Code tab failed to save. Reason: Unzipped size must be smaller than 262144000 bytes
I've zipped the function and all of it's dependencies and uploaded the zipped file to S3, and pasted the file's S3 URL at the lambda's prompt (upload a file from Amazon S3).
Any leads would be appreciated. Thanks