Skip to content

Commit

Permalink
Merge pull request #29 from paulerickson/edgelambda
Browse files Browse the repository at this point in the history
Add IAM trust relationship for Lambda@Edge
  • Loading branch information
SadriG91 authored Jun 28, 2021
2 parents 3b7fda2 + 4ec86c3 commit 27655c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data "aws_iam_policy_document" "assume" {

principals {
type = "Service"
identifiers = ["lambda.amazonaws.com"]
identifiers = ["edgelambda.amazonaws.com", "lambda.amazonaws.com"]
}
}
}
Expand Down

0 comments on commit 27655c5

Please sign in to comment.