Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amancevice/terraform-aws-lambda-basic-execution-role

Lambda IAM role with AWSLambdaBasicExecution policy attached
https://github.com/amancevice/terraform-aws-lambda-basic-execution-role

Last synced: 13 days ago
JSON representation

Lambda IAM role with AWSLambdaBasicExecution policy attached

Awesome Lists containing this project

README

        

# AWS Lambda Basic Execution Role

[![terraform](https://img.shields.io/github/v/tag/amancevice/terraform-aws-lambda-basic-execution-role?color=62f&label=version&logo=terraform&style=flat-square)](https://registry.terraform.io/modules/amancevice/lambda-basic-execution-role/aws)
[![build](https://img.shields.io/github/workflow/status/amancevice/terraform-aws-lambda-basic-execution-role/validate?logo=github&style=flat-square)](https://github.com/amancevice/terraform-aws-lambda-basic-execution-role/actions)

Lambda IAM role with `AWSLambdaBasicExecution` policy attached

## Usage

```hcl
module "basic_execution_role" {
source = "amancevice/lambda-basic-execution-role/aws"
name = "my-lambda-role"
attachments = [""]
inline_policies = [""]
}
```