lambda-router 0.1.1

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.8.1"

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

[dependencies.serde_json]
version = "1.0.106"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.serde_with]
version = "3.3.0"

[dependencies.thiserror]
version = "1.0.48"

[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"
resolver = "1"
version = "0.1.1"