We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71986ff commit 205163fCopy full SHA for 205163f
packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/lambda/invoke.ts
@@ -63,8 +63,9 @@ export interface LambdaInvokeProps extends sfn.TaskStateBaseProps {
63
/**
64
* Whether to retry on Lambda service exceptions.
65
*
66
- * This handles `Lambda.ServiceException`, `Lambda.AWSLambdaException` and
67
- * `Lambda.SdkClientException` with an interval of 2 seconds, a back-off rate
+ * This handles `Lambda.ServiceException`, `Lambda.AWSLambdaException`,
+ * `Lambda.SdkClientException`, and `Lambda.ClientExecutionTimeoutException`
68
+ * with an interval of 2 seconds, a back-off rate
69
* of 2 and 6 maximum attempts.
70
71
* @see https://docs.aws.amazon.com/step-functions/latest/dg/bp-lambda-serviceexception.html
0 commit comments