/apigatewayproxy

Process API Gateway Proxy requests using a standard http.Handler

Primary LanguageGoMIT LicenseMIT

apigatewayproxy

Go Reference Build status License GoReportCard

Package apigatwayproxy provides a way to process AWS API Gateway Proxy requests using a standard http.Handler.

This makes it simple to build a program that operates as a HTTP server when running outside an AWS Lambda container, and runs as an AWS Lambda when running inside an AWS Lambda container.

Read the package documentation for more information.