algnhsa

AWS Lambda Go net/http server adapter

APACHE-2.0 License

Stars
376
algnhsa - v1.1.0 Latest Release

Published by akrylysov 10 months ago

Added

  • New function, which returns a new lambda handler for the given http.Handler (@acoover).

Changed

  • aws-lambda-go upgraded to v1.43.0
algnhsa - v1.0.0

Published by akrylysov over 1 year ago

Fixed

  • API Gateway V2: Fixed response header support.
  • API Gateway V2: Fixed handling request cookies.
  • API Gateway V2: Fixed multi-value query parameters.
  • ALB: Fixed double escaping of query parameters.

Changed

  • RequestTypeAPIGateway renamed to RequestTypeAPIGatewayV1.
  • ProxyRequestFromContext renamed to APIGatewayV1RequestFromContext.
  • APIGatewayV2HTTPRequestFromContext renamed to APIGatewayV2RequestFromContext.
  • TargetGroupRequestFromContext renamed to ALBRequestFromContext.
  • Improved unit tests.
  • Go 1.18 is the minimum supported version now.