https://github.com/frankfarrell/terraform-aws-recipes
Collection of terraform modules for common aws resources
https://github.com/frankfarrell/terraform-aws-recipes
Last synced: 5 months ago
JSON representation
Collection of terraform modules for common aws resources
- Host: GitHub
- URL: https://github.com/frankfarrell/terraform-aws-recipes
- Owner: frankfarrell
- License: apache-2.0
- Created: 2017-11-14T17:47:34.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-09-18T09:45:36.000Z (over 7 years ago)
- Last Synced: 2025-04-06T22:44:50.874Z (about 1 year ago)
- Language: HCL
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-aws-recipes
Collection of terraform modules for common aws resources
* Api gateway module proxy
* Dynamodb autoscaling
* Cron Cloudwatch event to trigger lambda, with chef cron style format
### TODO
* Api gateway standard with RAML type configuration
* Kinesis with write access api keys
* Lambda with kinesis or dynamo streams source, with cloudwatch logging
* Autoscaling of lambda batch size?
* Autoscaling of kinesis shards based on cloudwatch events from lambda?