Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS API Payment Layer Terraform module

Terraform module which creates an entire layer (i.e. module to be contained in its own tfstate). It manage an API Gateway v2 linked to a Lambda with a ready-to-use NodeJS source code to handle payment on AWS.

Usage

module "main" {
  source     = "genstackio/layer-api-payment/aws"

  env        = "prod"
  dns        = "payment.mydomain.com"
  dns_zone   = "id-of-the-route53-zone"
}

About

Terraform module to create an entire Layer for payment API (https)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages