Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

v0.5.0 - Support ALB

Latest
Compare
Choose a tag to compare
@pdiazvargas pdiazvargas released this 10 Oct 15:24
· 10 commits to master since this release
2ea04f7
  • Large refactoring effort to support requests from an ALB (issues/33)
    • Introducing a new router to keep track of the route/handler pairs
    • Refactoring the requests builders to correctly build a MinikRequest based
      on the event type (api_request, or alb_request)
    • Adding an example to associate a lambda function to an ALB (examples/alb-events)
    • Updating documentation.
  • Updated the MinikRequest to keep the event received from the lambda function (issues/15).