Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages