Skip to content

Commit

Permalink
Merge pull request #6 from trussworks/barry-awslambdabasicexecutionrole
Browse files Browse the repository at this point in the history
Allows Lambda to post logs to CloudWatch
  • Loading branch information
esacteksab authored Oct 9, 2020
2 parents 0942aec + a60834d commit e26a2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ data "aws_iam_policy_document" "main" {
effect = "Allow"

actions = [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
]
Expand Down

0 comments on commit e26a2f1

Please sign in to comment.