We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49754fc commit 0ad832eCopy full SHA for 0ad832e
lambda-events/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "aws_lambda_events"
3
-version = "0.16.1"
+version = "0.17.0"
4
rust-version = "1.81.0"
5
description = "AWS Lambda event definitions"
6
authors = [
lambda-http/Cargo.toml
@@ -50,7 +50,7 @@ url = "2.2"
50
51
[dependencies.aws_lambda_events]
52
path = "../lambda-events"
53
-version = "0.16.0"
54
default-features = false
55
features = ["alb", "apigw"]
56
0 commit comments