package
0.1.0
Repository: https://github.com/nimakaviani/ytt.git
Documentation: pkg.go.dev

# README

Running on AWS ALB+Lambda

  • run ./hack/build.sh which generates ./tmp/lambda-playground.zip
  • create new Lambda with Go 1.x runtime and handler "main"
    • use above zip for the upload
  • create new ALB and set its attribute "Multi-value header" to checked
  • access https://

# Functions

No description provided by the author
NewProxyResponseWriter returns a new ProxyResponseWriter object.

# Constants

CustomHostVariable is the name of the environment variable that contains the custom hostname for the request.
DefaultServerAddress is prepended to the path of each incoming reuqest.

# Structs

No description provided by the author
ProxyResponseWriter implements http.ResponseWriter and adds the method necessary to return an events.APIGatewayProxyResponse object.
No description provided by the author