Cargo Features

lambda_utils has no features set by default.

[dependencies]
lambda_utils = { version = "0.1.10", features = ["headers", "mongodb", "network", "response", "sqs", "aws-types"] }
headers = lambda_http, serde_json

Affects lambda_utils::headers

mongodb = once_cell

Enables mongodb

Affects lambda_utils::mongodb

network = aws_lambda_events, lambda_http

Affects lambda_utils::network

response = chrono, lambda_http, serde_json

Affects lambda_utils::response

sqs = aws-config, aws-sdk-sqs, serde_json

Affects lambda_utils::sqs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

aws-config sqs?
aws-sdk-sqs sqs?
aws-types implicit feature

Enables aws-types

aws-types:

Cross-service types for the AWS SDK

aws_lambda_events network?
chrono response?
lambda_http headers? network? response?
once_cell mongodb?
serde_json headers? response? sqs?