@go-to-k/cdkd 0.288.7 → 0.289.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,17 +1,27 @@
1
- # cdkd (CDK Direct)
2
-
3
- [![npm version](https://img.shields.io/npm/v/@go-to-k/cdkd.svg)](https://www.npmjs.com/package/@go-to-k/cdkd)
4
- [![Downloads](https://img.shields.io/npm/dw/@go-to-k/cdkd.svg)](https://www.npmjs.com/package/@go-to-k/cdkd)
5
- [![License: Apache-2.0](https://img.shields.io/npm/l/@go-to-k/cdkd.svg)](./LICENSE)
6
-
7
- Drop-in CDK CLI for existing CDK apps — up to 15x faster deploys via direct AWS SDK calls instead of CloudFormation.
8
-
9
- **📚 Documentation: [cdkd.dev](https://cdkd.dev)**
10
-
11
- <a href="https://cdkd.dev"><picture>
12
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/go-to-k/cdkd/main/assets/docs-site-dark.png">
13
- <img alt="cdkd documentation site — cdkd.dev" src="https://raw.githubusercontent.com/go-to-k/cdkd/main/assets/docs-site-light.png" width="820">
14
- </picture></a>
1
+ <div align="center">
2
+ <p>
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/go-to-k/cdkd/main/docs-site/public/brand/logo-dark.svg">
5
+ <img alt="cdkd logo" src="https://raw.githubusercontent.com/go-to-k/cdkd/main/docs-site/public/brand/logo-light.svg" width="96" height="96">
6
+ </picture>
7
+ </p>
8
+ <h1>cdkd (CDK Direct)</h1>
9
+ <a href="https://www.npmjs.com/package/@go-to-k/cdkd">
10
+ <img src="https://img.shields.io/npm/v/@go-to-k/cdkd.svg" alt="npm version" />
11
+ </a>
12
+ <a href="https://www.npmjs.com/package/@go-to-k/cdkd">
13
+ <img src="https://img.shields.io/npm/dw/@go-to-k/cdkd.svg" alt="Downloads" />
14
+ </a>
15
+ <a href="./LICENSE">
16
+ <img src="https://img.shields.io/npm/l/@go-to-k/cdkd.svg" alt="License: Apache-2.0" />
17
+ </a>
18
+ <h3>Drop-in CDK CLI for existing CDK apps — up to 15x faster deploys via direct AWS SDK calls instead of CloudFormation.</h3>
19
+ <p>
20
+ 📚 Documentation: <a href="https://cdkd.dev"><b>cdkd.dev</b></a>
21
+ </p>
22
+ </div>
23
+
24
+ ---
15
25
 
16
26
  - **Drop-in CDK compatible**: your existing CDK app code runs as-is; just replace `cdk deploy` with `cdkd deploy`.
17
27
  - **Up to 15x faster deploys**: direct SDK calls, aggressive parallelization, and `--no-wait` to skip slow stabilization waits; **faster than Terraform and CloudFormation Express mode** too (see [Benchmark](#benchmark)).
@@ -1,5 +1,5 @@
1
- import { Dt as assertRegionMatch, Or as displaySafe, Q as clearOnUpdateRemoval, Sn as shellQuote, Tt as normalizeAwsTagsToCfn, ei as ProvisioningError, mt as disableInstanceApiTermination, ni as ResourceUpdateNotSupportedError, vi as __exportAll } from "./deploy-engine-BQUjVO_m.js";
2
- import { f as generateResourceName, n as getLogger } from "./logger-Dw-3y48G.js";
1
+ import { Dt as normalizeAwsTagsToCfn, Mr as displaySafe, Si as __exportAll, et as clearOnUpdateRemoval, gt as disableInstanceApiTermination, ii as ProvisioningError, kt as assertRegionMatch, oi as ResourceUpdateNotSupportedError, wn as shellQuote } from "./deploy-engine-14EMrfBt.js";
2
+ import { n as getLogger, p as generateResourceName } from "./logger-D2Md1kTq.js";
3
3
  import { t as awsClientDefaults } from "./aws-client-defaults-D-iYiIJ6.js";
4
4
  import { EC2Client } from "@aws-sdk/client-ec2";
5
5
  import { AttachLoadBalancerTargetGroupsCommand, AttachLoadBalancersCommand, AttachTrafficSourcesCommand, AutoScalingClient, CreateAutoScalingGroupCommand, CreateOrUpdateTagsCommand, DeleteAutoScalingGroupCommand, DeleteLifecycleHookCommand, DeleteNotificationConfigurationCommand, DeleteTagsCommand as DeleteTagsCommand$1, DescribeAutoScalingGroupsCommand, DescribeLifecycleHooksCommand, DescribeNotificationConfigurationsCommand, DescribeTrafficSourcesCommand, DetachLoadBalancerTargetGroupsCommand, DetachLoadBalancersCommand, DetachTrafficSourcesCommand, DisableMetricsCollectionCommand, EnableMetricsCollectionCommand, PutLifecycleHookCommand, PutNotificationConfigurationCommand, UpdateAutoScalingGroupCommand } from "@aws-sdk/client-auto-scaling";
@@ -998,4 +998,4 @@ function mapNotificationsToCfn(configurations) {
998
998
 
999
999
  //#endregion
1000
1000
  export { asg_provider_exports as n, protectedReplacementAdvice as r, ASGProvider as t };
1001
- //# sourceMappingURL=asg-provider-CRxRmEzr.js.map
1001
+ //# sourceMappingURL=asg-provider-B3stERoz.js.map