Skip to content

Releases: mitchell/lambdarouter

v1

Choose a tag to compare

@mitchell mitchell released this 20 Apr 19:51

This marks the beginning of the v1 lambdarouter with an all new API. It utilizes the AWS provided interfaces to provide a more custom and out of your way experience.

Parameter Handling

Parameter Handling Pre-release
Pre-release

Choose a tag to compare

@mitchell mitchell released this 25 Sep 00:07

Changed to the way the path params are stored and utilized.

Router Config Struct

Router Config Struct Pre-release
Pre-release

Choose a tag to compare

@mitchell mitchell released this 30 Jul 06:35

Replaced router.New input with a struct and added Headers as a field.

Single Context and Error Log

Pre-release

Choose a tag to compare

@mitchell mitchell released this 19 Jul 00:19

Rather than use request and response parameters there is a single context parameter.

Added Body as a default APIGRequest field.

Choose a tag to compare

@mitchell mitchell released this 17 Jul 00:36
v0.0.3-alpha

Added body to default APIGRequest fields

Middleware Function Support

Pre-release

Choose a tag to compare

@mitchell mitchell released this 16 Jul 23:51

A release for variadic function inputs for supporting multiple functions per handler.

First Release; Alpha

First Release; Alpha Pre-release
Pre-release

Choose a tag to compare

@mitchell mitchell released this 14 Jul 22:37

Created API Gateway portion of the router.