Skip to content

Commit e7025bf

Browse files
Add hints.mostly-unused = true to aws-sdk-lambda and aws-sdk-rds (#4249)
2 parents d3947a1 + 0675836 commit e7025bf

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
applies_to:
3+
- aws-sdk-rust
4+
- client
5+
authors:
6+
- joshtriplett
7+
breaking: false
8+
new_feature: true
9+
bug_fix: false
10+
---
11+
Enable `hints.mostly-unused = true` for `aws-sdk-lambda` (taking a release
12+
build from 57s to 40s) and `aws-sdk-rds` (taking a release build from 1m34s to
13+
49s).

aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ val DECORATORS: List<ClientCodegenDecorator> =
117117
"com.amazonaws.cloudformation#CloudFormation",
118118
"com.amazonaws.dynamodb#DynamoDB_20120810",
119119
"com.amazonaws.ec2#AmazonEC2",
120+
"com.amazonaws.lambda#AWSGirApiService",
121+
"com.amazonaws.rds#AmazonRDSv19",
120122
"com.amazonaws.s3#AmazonS3",
121123
"com.amazonaws.sns#AmazonSimpleNotificationService",
122124
"com.amazonaws.sqs#AmazonSQS",

0 commit comments

Comments
 (0)