Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

deployment package of your Lambda function is too large to enable inline code [closed]

After creating a AWS Lambda Function using Node JS 6.10 I cannot use the Inline Code Editor.

It has an error message:

deployment package of your Lambda function is too large to enable inline code

How can I add code to the editor?

like image 796
Jeremy Thompson Avatar asked Jul 02 '18 00:07

Jeremy Thompson


People also ask

How do I change the limit on my Lambda timeout?

You cannot increase the runtime to more than 15 minutes. The AWS Lambda limit page states the Function timeout is 900 seconds (15 minutes) . If you need more than 15 minutes of execution time you have to look at other services.


1 Answers

If you want inline code editing, the zipped deployment package should not exceed 3 MB. Also check out the other limits here

like image 67
user83969 Avatar answered Nov 14 '22 22:11

user83969