aws_lambda_events 0.15.0

AWS Lambda event definitions
Documentation
[dependencies.base64]
version = "0.21"

[dependencies.bytes]
features = ["serde"]
optional = true
version = "1"

[dependencies.chrono]
default-features = false
features = ["clock", "serde", "std"]
optional = true
version = "0.4.31"

[dependencies.flate2]
optional = true
version = "1.0.24"

[dependencies.http]
optional = true
version = "1.0"

[dependencies.http-body]
optional = true
version = "1.0"

[dependencies.http-serde]
optional = true
version = "2.0"

[dependencies.query_map]
features = ["serde", "url-query"]
optional = true
version = "^0.7"

[dependencies.serde]
features = ["derive"]
version = "^1"

[dependencies.serde_dynamo]
optional = true
version = "^4.1"

[dependencies.serde_json]
version = "^1"

[dependencies.serde_with]
features = ["json"]
optional = true
version = "^3"

[features]
activemq = []
alb = ["bytes", "http", "http-body", "http-serde", "query_map"]
apigw = ["bytes", "http", "http-body", "http-serde", "query_map"]
appsync = []
autoscaling = ["chrono"]
bedrock_agent_runtime = []
chime_bot = ["chrono"]
clientvpn = []
cloudformation = []
cloudwatch_alarms = ["chrono"]
cloudwatch_events = ["chrono"]
cloudwatch_logs = ["flate2"]
code_commit = ["chrono"]
codebuild = ["chrono"]
codedeploy = ["chrono"]
codepipeline = []
codepipeline_cloudwatch = ["chrono"]
codepipeline_job = []
cognito = []
config = []
connect = []
default = ["activemq", "alb", "apigw", "appsync", "autoscaling", "bedrock_agent_runtime", "chime_bot", "clientvpn", "cloudformation", "cloudwatch_alarms", "cloudwatch_events", "cloudwatch_logs", "code_commit", "codebuild", "codedeploy", "codepipeline_cloudwatch", "codepipeline_job", "cognito", "config", "connect", "dynamodb", "ecr_scan", "firehose", "iam", "iot", "iot_1_click", "iot_button", "iot_deprecated", "kafka", "kinesis", "kinesis_analytics", "lambda_function_urls", "lex", "rabbitmq", "s3", "s3_batch_job", "ses", "secretsmanager", "sns", "sqs", "streams", "documentdb", "eventbridge"]
documentdb = []
dynamodb = ["chrono", "serde_dynamo", "streams"]
ecr_scan = []
eventbridge = ["chrono", "serde_with"]
firehose = ["chrono"]
iam = []
iot = ["bytes", "http", "http-body", "http-serde", "iam"]
iot_1_click = []
iot_button = []
iot_deprecated = ["iot"]
kafka = ["chrono"]
kinesis = ["chrono"]
kinesis_analytics = ["kinesis"]
lambda_function_urls = ["bytes", "http", "http-body", "http-serde"]
lex = []
rabbitmq = []
s3 = ["bytes", "chrono", "http", "http-body", "http-serde"]
s3_batch_job = ["s3"]
secretsmanager = []
ses = ["chrono"]
sns = ["chrono", "serde_with"]
sqs = ["serde_with"]
streams = []

[package]
authors = ["Christian Legnitto <christian@legnitto.com>", "Sam Rijs <srijs@airpost.net>", "David Calavera <dcalaver@amazon.com>"]
categories = ["api-bindings", "encoding", "web-programming"]
description = "AWS Lambda event definitions"
edition = "2021"
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
keywords = ["lambda", "aws", "amazon", "events", "S3"]
license = "MIT"
name = "aws_lambda_events"
readme = "README.md"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
version = "0.15.0"