Skip to content

Commit 81fc12a

Browse files
sandiskbenwilson512
authored andcommitted
Fix syntax error in sample IAM policy (#181)
"This policy contains the following JSON error on line 11: Unexpected ']'"
1 parent 12c5b86 commit 81fc12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Running the test suite for ex_aws requires a few things:
2222
"lambda:ListFunctions",
2323
"s3:ListAllMyBuckets",
2424
"sns:ListTopics",
25-
"sqs:ListQueues",
25+
"sqs:ListQueues"
2626
],
2727
"Resource": "*"
2828
}

0 commit comments

Comments
 (0)