LambdaParameters
Lambda invocation parameters for subscribers. Values are forwarded to the Lambda Invoke API. Every string member accepts a literal or a JSONata expression (e.g. "{% $events.Data.qualifier %}").
Contents
- DurableExecutionName
-
Durable execution name. Accepts a JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
- InvocationTimeoutSeconds
-
Timeout in seconds for each invocation of the target. String-typed so the value may be a JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
- InvocationType
-
Lambda invocation type. EVENT invokes the function asynchronously; REQUEST_RESPONSE waits for its result.
Type: String
Valid Values:
EVENT | REQUEST_RESPONSERequired: No
- Qualifier
-
Lambda qualifier: $LATEST, $LATEST.PUBLISHED, a numeric version, or an alias. Accepts a JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
- TenantId
-
Tenant identifier. Accepts a JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: