lambda-router 0.1.4

lambda-router is a simple library to help with routing http-api-gateway requests to handlers in the same lambda that receive and return json.
Documentation
[dependencies.lambda-router-macros]
version = "0.1.1"

[dependencies.lambda_http]
version = "0.11.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.200"

[dependencies.serde_json]
version = "1.0.116"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.serde_with]
version = "3.8.1"

[dependencies.thiserror]
version = "1.0.59"

[package]
description = "lambda-router is a simple library to help with routing http-api-gateway requests to handlers in the same lambda that receive and return json."
edition = "2021"
homepage = "https://github.com/evictionapp/lambda-router"
license = "MIT"
name = "lambda-router"
readme = "README.md"
repository = "https://github.com/evictionapp/lambda-router"
version = "0.1.4"