DurableConfig - AWS Lambda (original) (raw)

Configuration settings for durable functions, including execution timeout and retention period for execution history.

Contents

ExecutionTimeout

The maximum time (in seconds) that a durable execution can run before timing out. This timeout applies to the entire durable execution, not individual function invocations.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 31622400.

Required: No

RetentionPeriodInDays

The number of days to retain execution history after a durable execution completes. After this period, execution history is no longer available through the GetDurableExecutionHistory API.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 90.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

DocumentDBEventSourceConfig

Environment

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.