Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-stepfunctions-tasks/lib/lambda/invoke.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rico Huijbers <rix0rrr@gmail.com>
  • Loading branch information
shivlaks and rix0rrr authored May 20, 2020
1 parent 7183cb2 commit e40f1cc
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ export interface LambdaInvokeProps extends sfn.TaskStateBaseProps {
/**
* Version or alias to invoke a published version of the function
*
* @default - No qualifier
* You only need to supply this if you want the version of the Lambda Function to depend
* on data in the state machine state. If not, you can pass the appropriate Alias or Version object
* directly as the `lambdaFunction` argument.
*
* @default - Version or alias inherent to the `lambdaFunction` object.
*/
readonly qualifier?: string;
}
Expand Down

0 comments on commit e40f1cc

Please sign in to comment.