Skip to content

assembleinc/terraform-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS API Gateway Terraform Module

Convenience module for AWS API Gateway

Usage

module "users-api-gateway" {
  source       = "assemble-inc/gateway/api"
  gateway_name = "users"
  domain_name  = "example.com"
  stage_name   = "production"
}

Inputs

  • gateway_name: Gateway name
  • domain_name: Domain
  • stage_name: Stage name
  • tags: Tags map

Outputs

  • gateway_id: Gateway Id
  • gateway_root_resource_id: Root resource id
  • getaway_fpdn: Gateway FQDN

About

Convenience module for AWS API Gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages