claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 276 forks source link

deploy is stack #158

Closed roysG closed 6 years ago

roysG commented 6 years ago

Deploying is stack in.. "creating Lambda lambda.setupRequestListeners"

gojko commented 6 years ago

if your lambda has lots of dependencies or the file is big for some other reason, use --use-s3-bucket to upload the zip first to an s3 bucket and then deploy from there. this will resolve your problem

roysG commented 6 years ago

I also tried this option and still is stack. my project size is about 12.30mb (the node_modules is take all this space)

roysG commented 6 years ago

Works :)