Skip to content

Terraform script to host contents of an s3 bucket behind an api gateway

Notifications You must be signed in to change notification settings

chrisbennight/terraform-s3-apigateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

Terraform script that

  • Creates a s3 bucket for a website and another for logs for that website
  • Copies the contents of a directory recursively into the content bucket and sets the appropriate content-type
  • Creates an API Gateway with a proxy+ integration with the AWS s3 service to serve the contents of that website

ToDo

Setup custom domain, upload certs, create route53 dns entry for the webiste

About

Terraform script to host contents of an s3 bucket behind an api gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages