aws / aws-lambda-runtime-interface-emulator

Apache License 2.0
939 stars 99 forks source link

Change timeout? #27

Closed aCampello closed 3 years ago

aCampello commented 3 years ago

Is it possible to change the timeout using the RIE? Currently it seems that it is set to 300s, however the Lambda functions can now run up to 15 minutes

jfuss commented 3 years ago

You can configure the timeout through an Env Var. Details are in the our README.

"You can configure timeout by setting AWS_LAMBDA_FUNCTION_TIMEOUT to the number of seconds you want your function to timeout in."