This Terraform module creates an HTTP proxy binding to an API Gateway. It sets up the resources and methods suitable for a proxy but you need to bind a deployment to it to complete the proxy.
- Terraform installed and working
- Development and testing was done on Ubuntu Linux
Since this is just a collection of Terraform scripts, there is nothing to build.
This module is not installed but, instead, is obtained by the project using the module. See kurron/terraform-environments for example usage.
The debug
folder contains files that can be used to test out local changes
to the module. Edit backend.cfg
and plan.tf
to your liking and
then run debug/debug-module.sh
to test your changes.
This project is licensed under the Apache License Version 2.0, January 2004.