Skip to content

Commit 6e695a8

Browse files
committed
Merge branch 'shivlaks/sfn-merge-task-and-state-lambda' of https://github.com/aws/aws-cdk into shivlaks/sfn-merge-task-and-state-lambda
2 parents 69b2a45 + e40f1cc commit 6e695a8

File tree

1 file changed

+5
-1
lines changed
  • packages/@aws-cdk/aws-stepfunctions-tasks/lib/lambda

1 file changed

+5
-1
lines changed

packages/@aws-cdk/aws-stepfunctions-tasks/lib/lambda/invoke.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ export interface LambdaInvokeProps extends sfn.TaskStateBaseProps {
3939
/**
4040
* Version or alias to invoke a published version of the function
4141
*
42-
* @default - No qualifier
42+
* You only need to supply this if you want the version of the Lambda Function to depend
43+
* on data in the state machine state. If not, you can pass the appropriate Alias or Version object
44+
* directly as the `lambdaFunction` argument.
45+
*
46+
* @default - Version or alias inherent to the `lambdaFunction` object.
4347
*/
4448
readonly qualifier?: string;
4549
}

0 commit comments

Comments
 (0)