This repository has been archived by the owner on May 9, 2024. It is now read-only.
- 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).