ZeroSharp / serverless-php

Serverless Framework example using an AWS lambda which runs a PHP function
Other
145 stars 20 forks source link

Invoke is failing with issue in AWS Lambda - Process exited before completing request #4

Closed appsassociates-dev closed 6 years ago

appsassociates-dev commented 7 years ago

image

shamp00 commented 7 years ago

Not sure why, but your hello function is taking too long. Try adding timeout: 15 to the serverless.yml (section provider).