Skip to content

melinda-schmitz/terraform-aws-api-gateway-export

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS API Gateway Export

Export AWS API Gateway definition

Example

module "api_gateway_export" {
    source          = "rojopolis/api-gateway-export-aws"
    api_gateway_id  = "12345"
    stage_name      = "prod"
    region          = "us-east-1"
    extensions      = "postman"
    format          = "json"
    openapi_version = "oas30"
}

output "api" {
    value = "${module.api_gateway_export.api_export}"
}

About

Export AWS API Gateway definition

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.4%
  • HCL 43.6%