Skip to content

Commit

Permalink
minor change in Lambda Role
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagh committed May 20, 2019
1 parent ffa2495 commit 44a2d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/processing/cfn-template.json
Expand Up @@ -35,7 +35,7 @@
}
]
},
"ManagedPolicyArns": ["arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"],
"ManagedPolicyArns": ["arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole","arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"],
"Path": "/"
}
},
Expand Down

0 comments on commit 44a2d25

Please sign in to comment.