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 e391fe5 commit 29a8287Copy full SHA for 29a8287
doc_source/configuration-vpc-endpoints.md
@@ -97,10 +97,10 @@ You need to include both the qualified and the unqualified function ARN in the r
97
"lambda:InvokeFunction"
98
],
99
"Resource": [
100
- "arn:aws:lambda:us-east-2:123456789012:function:my-function”,
101
- "arn:aws:lambda:us-east-2:123456789012:function:my-function:*”
+ "arn:aws:lambda:us-east-2:123456789012:function:my-function",
+ "arn:aws:lambda:us-east-2:123456789012:function:my-function:*"
102
]
103
}
104
105
106
-```
+```
0 commit comments