AWS-Terraform-Projects / AWS-API-Gateway

A Terraform project for provisioning an AWS API Gateway. An OpenAPI specification file is used to configure each route in the gateway. The project will also use Terragrunt to keep the configurations DRY. Terraform Cloud is used to manage the the project's remote files. GitHub Actions is used to implement the CI/CD pipeline
GNU General Public License v3.0
1 stars 2 forks source link

Create Terraform module for API Gateway #5

Open dvchacko opened 3 years ago

dvchacko commented 3 years ago

Create a new Terraform module for provisioning an API Gateway in AWS. The module should:

  1. Create an API Gateway of type HTTP
  2. The module should use an OpenAPI Specification file to configure routes and integrations
create-issue-branch[bot] commented 3 years ago

Branch issue-5-Create_Terraform_module_for_API_Gateway created!