[dependencies.aws-credential-types]
version = "1.2.10"
[dependencies.aws-runtime]
features = ["event-stream"]
version = "1.5.16"
[dependencies.aws-smithy-async]
version = "1.2.6"
[dependencies.aws-smithy-eventstream]
version = "0.60.13"
[dependencies.aws-smithy-http]
features = ["event-stream"]
version = "0.62.5"
[dependencies.aws-smithy-json]
version = "0.61.7"
[dependencies.aws-smithy-runtime]
features = ["client"]
version = "1.9.4"
[dependencies.aws-smithy-runtime-api]
features = ["client", "http-02x"]
version = "1.9.2"
[dependencies.aws-smithy-types]
version = "1.3.4"
[dependencies.aws-types]
version = "1.3.10"
[dependencies.bytes]
version = "1.4.0"
[dependencies.fastrand]
version = "2.0.0"
[dependencies.http]
version = "0.2.9"
[dependencies.regex-lite]
version = "0.1.5"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-config]
version = "1.8.11"
[dev-dependencies.aws-credential-types]
features = ["test-util"]
version = "1.2.10"
[dev-dependencies.aws-runtime]
features = ["test-util"]
version = "1.5.16"
[dev-dependencies.aws-smithy-async]
features = ["test-util"]
version = "1.2.6"
[dev-dependencies.aws-smithy-eventstream]
features = ["test-util"]
version = "0.60.13"
[dev-dependencies.aws-smithy-http-client]
features = ["test-util", "wire-mock"]
version = "1.1.4"
[dev-dependencies.aws-smithy-protocol-test]
version = "0.63.6"
[dev-dependencies.aws-smithy-runtime]
features = ["test-util"]
version = "1.9.4"
[dev-dependencies.aws-smithy-runtime-api]
features = ["test-util"]
version = "1.9.2"
[dev-dependencies.aws-smithy-types]
features = ["test-util"]
version = "1.3.4"
[dev-dependencies.futures-util]
default-features = false
features = ["alloc"]
version = "0.3.25"
[dev-dependencies.http-1x]
package = "http"
version = "1"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.serde_json]
version = "1.0.0"
[dev-dependencies.tokio]
features = ["macros", "test-util", "rt-multi-thread"]
version = "1.23.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3.16"
[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/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"
[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "AWS SDK for AWS Lambda"
edition = "2021"
license = "Apache-2.0"
name = "aws-sdk-lambda"
readme = "README.md"
repository = "https://github.com/awslabs/aws-sdk-rust"
rust-version = "1.88.0"
version = "1.107.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.smithy]
codegen-version = "3fd37ae13e9c9cb1089614536b3e27d0157b339c"
protocol = "aws.protocols#restJson1"
[[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"