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: 28 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T15:37:44.000Z (over 3 years ago)
- Last Synced: 2025-02-10T18:11:29.041Z (3 months 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
[](https://registry.terraform.io/modules/amancevice/lambda-basic-execution-role/aws)
[](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 = [""]
}
```