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: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T17:04:17.000Z (over 5 years ago)
- Last Synced: 2025-03-23T00:23:41.467Z (over 1 year 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
>

## using the module:
```hcl
module "lambda" {
source = "git@github.com: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)