Skip to content

Instantly share code, notes, and snippets.

@Mirch
Created January 24, 2022 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mirch/791ac4f240dc14b19a54bc71395b771f to your computer and use it in GitHub Desktop.
Save Mirch/791ac4f240dc14b19a54bc71395b771f to your computer and use it in GitHub Desktop.
resource "aws_iam_role_policy_attachment" "lambda_execution_policy" {
role = aws_iam_role.lambda_execution_role.name
policy_arn = "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment