From 047180ad37dceda6e505e4808a91cb9eec736106 Mon Sep 17 00:00:00 2001 From: eecharlie Date: Fri, 15 Dec 2017 22:54:02 -0800 Subject: [PATCH] Small fix to json sample for IAM policy --- doc_source/getting-started-lambda.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_source/getting-started-lambda.rst b/doc_source/getting-started-lambda.rst index 8f81b50..2372be7 100644 --- a/doc_source/getting-started-lambda.rst +++ b/doc_source/getting-started-lambda.rst @@ -85,7 +85,7 @@ To set IAM Permissions for AWS Lambda: "lambda:invokefunction" ], "Resource": [ - ”arn:aws:lambda:us-west-2:012345678901:function:yourFunctionName”, + "arn:aws:lambda:us-west-2:012345678901:function:yourFunctionName" ] }] }