nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Lambda Execution Timeout Setting #90

Closed jmscholen closed 2 years ago

jmscholen commented 2 years ago

Summary

When creating a lambda function on Nullstone, the default setting that is created is 3 secs before the function will timeout. I have a report function that is taking longer.

Intended Outcome

Add a setting for timeout execution of a function.

How will it work?

In the Configuration Settings, add a setting for function execution timeout.

BSick7 commented 2 years ago

This currently exists in the Lambda service as the service_timeout variable. See https://github.com/nullstone-modules/aws-lambda-service/blob/main/variables.tf#L22-L29