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: Niranjan Jayakar <nija@amazon.com>
  • Loading branch information
shivlaks and Niranjan Jayakar authored May 16, 2020
1 parent e87f1bf commit dd07450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export enum LambdaInvocationType {
EVENT = 'Event',

/**
* TValidate parameter values and verify that the user or role has permission to invoke the function.
* Validate parameter values and verify that the user or role has permission to invoke the function.
*/
DRY_RUN = 'DryRun'
}

0 comments on commit dd07450

Please sign in to comment.