Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amancevice/terraform-aws-lambda-basic-execution-role
- Owner: amancevice
- License: mit
- Created: 2019-01-26T19:33:52.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T15:37:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T04:07:55.499Z (about 1 month ago)
- Language: HCL
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 = [""]
}
```