Skip to content

Commit

Permalink
chore(spec2cdk): remove skipping iot1click service (#32899)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
moelasmar authored Jan 13, 2025
1 parent 8ff930a commit fb2b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/scripts/gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function main() {
const generated = (await generateAll(awsCdkLibDir, {
coreImport: '../../core',
cloudwatchImport: '../../aws-cloudwatch',
skippedServices: ['AWS::IoT1Click'],
skippedServices: [],
scopeMapPath,
}));

Expand Down

0 comments on commit fb2b229

Please sign in to comment.