This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aws_lambda_events"
3
- version = " 0.8.2 "
3
+ version = " 0.8.3 "
4
4
description = " AWS Lambda event definitions"
5
5
authors = [
6
6
" Christian Legnitto <christian@legnitto.com>" ,
@@ -99,10 +99,10 @@ dynamodb = ["streams", "serde_dynamo"]
99
99
ecr_scan = []
100
100
firehose = []
101
101
iam = []
102
- iot = []
102
+ iot = [" iam " ]
103
103
iot_1_click = []
104
104
iot_button = []
105
- iot_deprecated = []
105
+ iot_deprecated = [" iot " ]
106
106
kafka = []
107
107
kinesis = []
108
108
kinesis_analytics = [" kinesis" ]
Original file line number Diff line number Diff line change @@ -11,9 +11,21 @@ pub(crate) mod codebuild_time;
11
11
#[ cfg( feature = "codebuild" ) ]
12
12
pub type CodeBuildNumber = f32 ;
13
13
14
- #[ cfg( any( feature = "alb" , feature = "apigw" ) ) ]
14
+ #[ cfg( any(
15
+ feature = "alb" ,
16
+ feature = "apigw" ,
17
+ feature = "s3" ,
18
+ feature = "iot" ,
19
+ feature = "lambda_function_urls"
20
+ ) ) ]
15
21
mod headers;
16
- #[ cfg( any( feature = "alb" , feature = "apigw" ) ) ]
22
+ #[ cfg( any(
23
+ feature = "alb" ,
24
+ feature = "apigw" ,
25
+ feature = "s3" ,
26
+ feature = "iot" ,
27
+ feature = "lambda_function_urls"
28
+ ) ) ]
17
29
pub ( crate ) use self :: headers:: * ;
18
30
19
31
#[ cfg( feature = "dynamodb" ) ]
You can’t perform that action at this time.
0 commit comments