fishrock_lambda_http 0.3.0-patched.1

Application Load Balancer and API Gateway event types for AWS Lambda
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "awslabs/aws-lambda-rust-runtime"

[dependencies.base64]
version = "0.13.0"

[dependencies.http]
version = "0.2"

[dependencies.lambda_runtime]
package = "fishrock_lambda_runtime"
version = "0.3.0-patched.1"

[dependencies.serde]
features = ["derive"]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dependencies.serde_urlencoded]
version = "0.7.0"

[dev-dependencies.log]
version = "^0.4"

[dev-dependencies.maplit]
version = "1.0"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.0"

[package]
authors = ["Doug Tangren"]
categories = ["web-programming::http-server"]
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
documentation = "https://docs.rs/lambda_runtime"
edition = "2018"
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]
license = "Apache-2.0"
name = "fishrock_lambda_http"
readme = "../README.md"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
version = "0.3.0-patched.1"