Categorygithub.com/mlctrez/goapplambda
module
0.1.4
Repository: https://github.com/mlctrez/goapplambda.git
Documentation: pkg.go.dev

# README

goapplambda

Example of how to deploy go-app application using s3, lambda, and cloudfront.

setup steps

  • Create lambda function with a function url enabled. (goapplambda in this example)
  • Create a S3 bucket to hold the web resources. (mlctrez-goapplambda in this example)
  • Create a cloudfront distribution with the default origin pointing to the lambda function url.
  • Add an origin to the cloudfront distribution for the s3 bucket.
  • Add a behavior matching /web/* to be routed to the s3 bucket origin.
  • Optionally, add a custom CNAME and SSL certificate to be used instead of the default xxx.cloudfront.net name.

Go Report Card

created by tigwen

# Packages

No description provided by the author
No description provided by the author