Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)