Releases: mitchell/lambdarouter
Releases · mitchell/lambdarouter
Release list
v1
Parameter Handling
Changed to the way the path params are stored and utilized.
Router Config Struct
Replaced router.New input with a struct and added Headers as a field.
Single Context and Error Log
Rather than use request and response parameters there is a single context parameter.
Added Body as a default APIGRequest field.
v0.0.3-alpha Added body to default APIGRequest fields
Middleware Function Support
A release for variadic function inputs for supporting multiple functions per handler.
First Release; Alpha
Created API Gateway portion of the router.