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?
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.
If you want inline code editing, the zipped deployment package should not exceed 3 MB. Also check out the other limits here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With