Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radzionc/terraform-pomodoro-lambda
AWS Lambda, CI/CD, and API Gateway with Terraform Module
https://github.com/radzionc/terraform-pomodoro-lambda
aws aws-lambda terraform
Last synced: 1 day ago
JSON representation
AWS Lambda, CI/CD, and API Gateway with Terraform Module
- Host: GitHub
- URL: https://github.com/radzionc/terraform-pomodoro-lambda
- Owner: radzionc
- Created: 2019-11-02T04:29:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T17:04:17.000Z (about 4 years ago)
- Last Synced: 2024-04-24T10:21:06.182Z (7 months ago)
- Topics: aws, aws-lambda, terraform
- Language: HCL
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# terraform-pomodoro-lambda
>
![all text](https://cdn-images-1.medium.com/max/800/1*MIU9Jv4S9CHNFZEPQBaY5w.png)
## using the module:
```hcl
module "lambda" {
source = "[email protected]:RodionChachura/terraform-pomodoro-lambda.git"name = ""
ci_container_name = ""
repo_owner = ""
repo_name = ""
branch = ""main_domain = ""
zone_id = ""
certificate_arn = ""
env_vars = {
YOUR_ENV_VAR_KEY = "YOUR_ENV_VAR_VALUE"
}
}
```## Outputs:
- function_arn
- function_name## [Blog post](https://geekrodion.com/blog/lambda-module)
## License
MIT © [RodionChachura](https://geekrodion.com)