Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedilabs/terraform-aws-lambda
🌳 A sustainable Terraform Package which creates Lambda & Step Functions resources on AWS
https://github.com/tedilabs/terraform-aws-lambda
aws aws-lambda aws-sfn aws-step-functions devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules
Last synced: 28 days ago
JSON representation
🌳 A sustainable Terraform Package which creates Lambda & Step Functions resources on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-lambda
- Owner: tedilabs
- License: apache-2.0
- Created: 2023-09-26T05:40:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T13:34:17.000Z (3 months ago)
- Last Synced: 2024-09-27T19:01:24.153Z (about 1 month ago)
- Topics: aws, aws-lambda, aws-sfn, aws-step-functions, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/lambda/aws
- Size: 46.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-lambda
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-lambda?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-lambda?color=blue&style=flat-square)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)Terraform module which creates lambda related resources on AWS.
- [sfn-state-machine](./modules/sfn-state-machine)
## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-lambda) were written to manage the following AWS Services with Terraform.
- **AWS Lambda**
- Function (Comming soon!)
- **AWS SFN (State Functions)**
- State Machine
- Versions & Aliases## Examples
### AWS Lambda
### AWS SFN (State Functions)
- [sfn-state-machine-flow](./examples/sfn-state-machine-flow)
- [sfn-state-machine-hello-world](./examples/sfn-state-machine-hello-world)
- [sfn-state-machine-logging](./examples/sfn-state-machine-logging)
- [sfn-state-machine-tracing](./examples/sfn-state-machine-tracing)
- [sfn-state-machine-version-aliases](./examples/sfn-state-machine-version-aliases)## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-lambda). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2023, [Byungjin Park](https://www.posquit0.com).