Skip to content

Commit e40f1cc

Browse files
shivlaksrix0rrr
andauthored
Update packages/@aws-cdk/aws-stepfunctions-tasks/lib/lambda/invoke.ts
Co-authored-by: Rico Huijbers <rix0rrr@gmail.com>
1 parent 7183cb2 commit e40f1cc

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)