Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created March 25, 2025 22:20
Show Gist options
  • Save nivleshc/d4827df62015417d45b3aae9dc2f93d7 to your computer and use it in GitHub Desktop.
Save nivleshc/d4827df62015417d45b3aae9dc2f93d7 to your computer and use it in GitHub Desktop.
This gist contains code from the file lambda.tf which is part of the blog-photo-location-map repository.
resource "aws_iam_role" "lambda_role" {
name = "${local.lambda_function_name_prefix}-lambda-role"
assume_role_policy = data.aws_iam_policy_document.assume_role.json
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment