[package]
edition = "2021"
rust-version = "1.91.0"
name = "aws-sdk-lambda"
version = "1.116.0"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS SDK for AWS Lambda"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-sdk-rust"
[package.metadata.smithy]
codegen-version = "24040039c4116447cb8ab318c0df8be726d577c2"
protocol = "aws.protocols#restJson1"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[features]
behavior-version-latest = []
default = [
"rustls",
"default-https-client",
"rt-tokio",
]
default-https-client = ["aws-smithy-runtime/default-https-client"]
gated-tests = []
rt-tokio = [
"aws-smithy-async/rt-tokio",
"aws-smithy-types/http-body-1-x",
"aws-smithy-types/rt-tokio",
]
rustls = ["aws-smithy-runtime/tls-rustls"]
test-util = [
"aws-credential-types/test-util",
"aws-smithy-runtime/test-util",
]
[lib]
name = "aws_sdk_lambda"
path = "src/lib.rs"
[[test]]
name = "endpoint_tests"
path = "tests/endpoint_tests.rs"
[[test]]
name = "naughty-strings-client-context"
path = "tests/naughty-strings-client-context.rs"
[[test]]
name = "request_id"
path = "tests/request_id.rs"
[dependencies.aws-credential-types]
version = "1.2.12"
[dependencies.aws-runtime]
version = "1.7.0"
features = ["event-stream"]
[dependencies.aws-smithy-async]
version = "1.2.12"
[dependencies.aws-smithy-eventstream]
version = "0.60.19"
[dependencies.aws-smithy-http]
version = "0.63.4"
features = ["event-stream"]
[dependencies.aws-smithy-json]
version = "0.62.4"
[dependencies.aws-smithy-observability]
version = "0.2.5"
[dependencies.aws-smithy-runtime]
version = "1.10.1"
features = ["client"]
[dependencies.aws-smithy-runtime-api]
version = "1.11.4"
features = [
"client",
"http-1x",
]
[dependencies.aws-smithy-types]
version = "1.4.4"
features = ["http-body-1-x"]
[dependencies.aws-types]
version = "1.3.12"
[dependencies.bytes]
version = "1.4.0"
[dependencies.fastrand]
version = "2.0.0"
[dependencies.http]
version = "0.2.9"
[dependencies.http-1x]
version = "1"
package = "http"
[dependencies.regex-lite]
version = "0.1.5"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-config]
version = "1.8.14"
[dev-dependencies.aws-credential-types]
version = "1.2.12"
features = ["test-util"]
[dev-dependencies.aws-runtime]
version = "1.7.0"
features = ["test-util"]
[dev-dependencies.aws-smithy-async]
version = "1.2.12"
features = ["test-util"]
[dev-dependencies.aws-smithy-eventstream]
version = "0.60.19"
features = ["test-util"]
[dev-dependencies.aws-smithy-http-client]
version = "1.1.10"
features = [
"test-util",
"wire-mock",
]
[dev-dependencies.aws-smithy-protocol-test]
version = "0.63.12"
[dev-dependencies.aws-smithy-runtime]
version = "1.10.1"
features = ["test-util"]
[dev-dependencies.aws-smithy-runtime-api]
version = "1.11.4"
features = ["test-util"]
[dev-dependencies.aws-smithy-types]
version = "1.4.4"
features = [
"http-body-1-x",
"test-util",
]
[dev-dependencies.futures-util]
version = "0.3.25"
features = ["alloc"]
default-features = false
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.serde_json]
version = "1.0.0"
[dev-dependencies.tokio]
version = "1.23.1"
features = [
"macros",
"test-util",
"rt-multi-thread",
]
[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = [
"env-filter",
"json",
]
[hints]
mostly-unused = true