aws_utils_lambda 0.4.0

AWS Lambda utilities for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "aws_utils_lambda"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS Lambda utilities for Rust"
homepage = "https://github.com/UniqueVision/utilities.aws-utils"
readme = "README.md"
keywords = [
    "aws",
    "lambda",
    "serverless",
    "functions",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/UniqueVision/utilities.aws-utils"

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

[dependencies.aws-config]
version = "1"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-lambda]
version = "1"

[dependencies.thiserror]
version = "2"