简体   繁体   中英

Deploy to AWS Lambda with Grunt

I think it's a simple question, I've set up an application in NodeJs to deploy to Amazon's Lambda with Grunt AWS Lambda , the deploy is running fine until the time of upload, which returns an error prohibiting the application from being longer than 50MB. This application uses the Chrome to generate PDFs, so the application gets more than 50mb. Is there any way to run deploy with files larger than this size?

Thanks!

try upload zip via AWS S3. you can deploy until 250MB.
https://hackernoon.com/exploring-the-aws-lambda-deployment-limits-9a8384b0bec3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM