Skip to content

Releases: mitchell/lambdarouter

v1

20 Apr 19:51

Choose a tag to compare

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

25 Sep 00:07

Choose a tag to compare

Parameter Handling Pre-release
Pre-release

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

Router Config Struct

30 Jul 06:35

Choose a tag to compare

Router Config Struct Pre-release
Pre-release

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

Single Context and Error Log

19 Jul 00:19

Choose a tag to compare

Pre-release

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

Added Body as a default APIGRequest field.

17 Jul 00:36

Choose a tag to compare

v0.0.3-alpha

Added body to default APIGRequest fields

Middleware Function Support

16 Jul 23:51

Choose a tag to compare

Pre-release

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

First Release; Alpha

14 Jul 22:37

Choose a tag to compare

First Release; Alpha Pre-release
Pre-release

Created API Gateway portion of the router.