Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 447 Bytes

File metadata and controls

17 lines (13 loc) · 447 Bytes

AWS API Image 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 image manipulation on AWS.

Usage

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

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