lambda_sqs 0.2.0

Handles an SQS event and provides a vec of your type for processing.
Documentation
[dependencies.lambda_runtime]
version = "0.4.1"

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

[dependencies.serde_json]
version = "1.0.68"
[dev-dependencies.tokio]
version = "1"

[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
categories = ["web-programming"]
description = "Handles an SQS event and provides a vec of your type for processing. \n"
documentation = "https://docs.rs/lambda-sqs"
edition = "2018"
keywords = ["aws", "sqs", "lambda"]
license = "MIT OR Apache-2.0"
name = "lambda_sqs"
readme = "README.md"
repository = "https://github.com/jerusdp/lambda-sqs"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]