We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87f1bf commit dd07450Copy full SHA for dd07450
packages/@aws-cdk/aws-stepfunctions-tasks/lib/lambda/invoke.ts
@@ -123,7 +123,7 @@ export enum LambdaInvocationType {
123
EVENT = 'Event',
124
125
/**
126
- * 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.
127
*/
128
DRY_RUN = 'DryRun'
129
}
0 commit comments