Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 98f7ece

Browse files
eecharliedzucker-amzn
authored andcommitted
Small fix to json sample for IAM policy (#16)
Thanks!
1 parent d28f638 commit 98f7ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/getting-started-lambda.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To set IAM Permissions for AWS Lambda:
8585
"lambda:invokefunction"
8686
],
8787
"Resource": [
88-
arn:aws:lambda:us-west-2:012345678901:function:yourFunctionName”,
88+
"arn:aws:lambda:us-west-2:012345678901:function:yourFunctionName"
8989
]
9090
}]
9191
}

0 commit comments

Comments
 (0)