Typo in IAM policy.

Should be Resource and not Resources in 'One Custom IAM Role For All Functions'.
This commit is contained in:
jarrett jordaan 2017-05-10 10:38:33 +02:00 committed by GitHub
parent ca8070b09b
commit af3ff87e41

View File

@ -109,7 +109,7 @@ resources:
- logs:CreateLogGroup
- logs:CreateLogStream
- logs:PutLogEvents
Resources:
Resource:
- 'Fn::Join':
- ':'
-