Commit d5e0abf
authored
fix(core): Updating CDK version for CreateHostedZone custom resource (#416)
* fix(core): Moving Interface endpoints creation to Phase 3
* increasing number of interface endpoints into one stack
* adding limit check regional
* adding limits check before creation
* prettier
* Adding random sleep and regional limits
* Sleep 1 to 10 random seconds after creation of the vpc endpoint
* using custom resource to create private hosted zone
* prettier
* remove using custom resource for Private Hosted Zone
* limits fix
* Fixing tests
* Fixing review
* Fixing stacks validation
* Updating CDK version for CreateHostedZone custom resource1 parent 252ac6e commit d5e0abf
File tree
3 files changed
+11
-5
lines changed- src/lib/custom-resources
- cdk-associate-hosted-zones
- cdk
- cdk-create-hosted-zone
3 files changed
+11
-5
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments