diana-aws-lambda 0.1.0

The integration between Diana GraphQL and AWS Lambda (including its derivatives, like Netlify).
Documentation
[dependencies.async-graphql]
version = "2.8.2"

[dependencies.aws_lambda_events]
version = "0.4.0"

[dependencies.diana]
version = "=0.2.0"

[dependencies.netlify_lambda_http]
version = "0.2.0"

[dependencies.serde]
version = "1.0.103"

[dependencies.serde_json]
version = "1.0.44"

[dependencies.tokio]
features = ["full"]
version = "1.0.1"
[dev-dependencies.dotenv]
version = "0.15.0"

[lib]
name = "diana_aws_lambda"
path = "src/lib.rs"

[package]
authors = ["arctic_hen7 <arctic_hen7@pm.me>"]
categories = ["web-programming", "web-programming::http-server", "web-programming::websocket"]
description = "The integration between Diana GraphQL and AWS Lambda (including its derivatives, like Netlify)."
edition = "2018"
homepage = "https://diana-graphql.github.io"
include = ["src/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["graphql", "serverless", "authentication"]
license = "MIT"
name = "diana-aws-lambda"
repository = "https://github.com/diana-graphql/diana"
version = "0.1.0"