Versions in this module Expand all Collapse all v1 v1.1.0 Jul 8, 2019 v1.0.0 Apr 19, 2018 Changes in this version + func GetContext(r *http.Request) (lambdacontext.LambdaContext, bool) + func GetEvent(r *http.Request) (events.APIGatewayProxyRequest, bool) + func NewRequest(c context.Context, e events.APIGatewayProxyRequest) (*http.Request, error) + func Start(h http.Handler) + func WithEvent(r *http.Request, e events.APIGatewayProxyRequest) *http.Request + type Handler struct + func Wrap(h http.Handler) *Handler + func (h *Handler) Handle(c context.Context, e events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + type ResponseWriter struct + func NewResponseWriter() *ResponseWriter + func (w *ResponseWriter) Header() http.Header + func (w *ResponseWriter) Result() events.APIGatewayProxyResponse + func (w *ResponseWriter) Write(b []byte) (int, error) + func (w *ResponseWriter) WriteHeader(code int) Other modules containing this package github.com/stevecallear/chop/v2