Commit 90c2664
authored
feat(core): add the infrastructure to allow constructs specific feature flags in cdk.json (#1407)
* Add Feature Flag Infrastructure
* Make class true singleton and add tests
* Add cloud-assembly-schema
* Sync cloud-assembly-schema versions
* remove aws-cdk-lib version number in peerDependencies1 parent e3c4272 commit 90c2664
File tree
10 files changed
+688
-558
lines changed- source
- patterns/@aws-solutions-constructs
- aws-dynamodbstreams-pipes-stepfunctions
- aws-sns-sqs/lib
- core
- lib
- test
- use_cases
- aws-restaurant-management-demo
- aws-s3-static-website
10 files changed
+688
-558
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| 511 | + | |
511 | 512 | | |
512 | 513 | | |
513 | 514 | | |
| |||
751 | 752 | | |
752 | 753 | | |
753 | 754 | | |
| 755 | + | |
754 | 756 | | |
755 | 757 | | |
756 | 758 | | |
| |||
826 | 828 | | |
827 | 829 | | |
828 | 830 | | |
829 | | - | |
| 831 | + | |
830 | 832 | | |
0 commit comments