We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecf55b commit 1dc0da8Copy full SHA for 1dc0da8
packages/@aws-cdk/aws-lambda/lib/permission.ts
@@ -9,7 +9,7 @@ export interface Permission {
9
/**
10
* The Lambda actions that you want to allow in this statement. For example,
11
* you can specify lambda:CreateFunction to specify a certain action, or use
12
- * a wildcard (``lambda:*``) to grant permission to all Lambda actioThns. For a
+ * a wildcard (``lambda:*``) to grant permission to all Lambda actions. For a
13
* list of actions, see Actions and Condition Context Keys for AWS Lambda in
14
* the IAM User Guide.
15
*
0 commit comments