Skip to content

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

License

Notifications You must be signed in to change notification settings

genstackio/terraform-aws-layer-api-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published