Skip to content

Commit fb2b229

Browse files
authored
chore(spec2cdk): remove skipping iot1click service (#32899)
L1 Specs got updated (#32847), and the `iot1click` service got removed. So, there is no need to keep that service in the skipped services. ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 8ff930a commit fb2b229

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/scripts

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/scripts/gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function main() {
2020
const generated = (await generateAll(awsCdkLibDir, {
2121
coreImport: '../../core',
2222
cloudwatchImport: '../../aws-cloudwatch',
23-
skippedServices: ['AWS::IoT1Click'],
23+
skippedServices: [],
2424
scopeMapPath,
2525
}));
2626

0 commit comments

Comments
 (0)