[dependencies.base64]
version = "0.13"
[dependencies.bytes]
features = ["serde"]
version = "1"
[dependencies.chrono]
default-features = false
features = ["serde", "std"]
version = "^0.4.4"
[dependencies.flate2]
optional = true
version = "1.0.24"
[dependencies.http]
version = "0.2"
[dependencies.http-body]
version = "0.4"
[dependencies.http-serde]
version = "^1"
[dependencies.query_map]
features = ["serde"]
version = "^0.6"
[dependencies.serde]
version = "^1"
[dependencies.serde_derive]
version = "^1"
[dependencies.serde_json]
version = "^1"
[dependencies.serde_with]
features = ["json"]
optional = true
version = "^2"
[dev-dependencies.pretty_assertions]
version = "1.3"
[features]
activemq = []
alb = []
apigw = []
appsync = []
autoscaling = []
chime_bot = []
clientvpn = []
cloudwatch_events = []
cloudwatch_logs = ["flate2"]
code_commit = []
codebuild = []
codedeploy = []
codepipeline = []
codepipeline_cloudwatch = []
codepipeline_job = []
cognito = []
config = []
connect = []
default = ["generated", "static"]
dynamodb = ["streams"]
ecr_scan = []
firehose = []
generated = ["activemq", "appsync", "autoscaling", "chime_bot", "clientvpn", "code_commit", "codebuild", "codedeploy", "codepipeline_cloudwatch", "codepipeline_job", "config", "connect", "ecr_scan", "firehose", "iot", "iot_1_click", "iot_button", "kafka", "lambda_function_urls", "lex", "rabbitmq", "ses", "streams"]
iot = []
iot_1_click = []
iot_button = []
kafka = []
kinesis = []
kinesis_analytics = ["kinesis"]
lambda_function_urls = []
lex = []
rabbitmq = []
s3 = []
s3_batch_job = ["s3"]
ses = []
sns = ["serde_with"]
sqs = ["serde_with"]
static = ["alb", "apigw", "cloudwatch_events", "cloudwatch_logs", "cognito", "dynamodb", "kinesis", "kinesis_analytics", "s3", "s3_batch_job", "sns", "sqs"]
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"
homepage = "https://github.com/LegNeato/aws-lambda-events"
keywords = ["lambda", "aws", "amazon", "events", "S3"]
license = "MIT"
name = "aws_lambda_events"
readme = "README.md"
repository = "https://github.com/LegNeato/aws-lambda-events"
version = "0.7.1"