lambda_sqs 0.2.31

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

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

[dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.tokio]
version = "1.45.0"

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

[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = """
Handles an SQS event and provides a vec of your type for processing. 
"""
documentation = "https://docs.rs/lambda-sqs"
edition = "2021"
exclude = [".circleci/config.yml", ".fossa.yml", ".github/workflows/fossa.yml", ".github/workflows/rust_security_audit.yml", ".gitignore", ".vscode/settings.json", ".whitesource", "markdownlint.jsonc", "renovate.json"]
keywords = ["aws", "sqs", "lambda"]
license = "MIT OR Apache-2.0"
name = "lambda_sqs"
readme = "README.md"
repository = "https://github.com/jerus-org/lambda_sqs"
version = "0.2.31"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]