@go-to-k/cdkd 0.288.7 → 0.289.0
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 +24 -14
- package/dist/{asg-provider-CRxRmEzr.js → asg-provider-1XVtAjhm.js} +3 -3
- package/dist/{asg-provider-CRxRmEzr.js.map → asg-provider-1XVtAjhm.js.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/{deploy-engine-BQUjVO_m.js → deploy-engine-B6pEfNd9.js} +406 -31
- package/dist/deploy-engine-B6pEfNd9.js.map +1 -0
- package/dist/index.d.ts +10 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{logger-Dw-3y48G.js → logger-D2Md1kTq.js} +77 -2
- package/dist/logger-D2Md1kTq.js.map +1 -0
- package/dist/{program-BEvh5nqs.js → program-Bg60hZhr.js} +651 -100
- package/dist/{program-BEvh5nqs.js.map → program-Bg60hZhr.js.map} +1 -1
- package/dist/{version-DPtrXz0m.js → version-CCKo6fK2.js} +2 -2
- package/dist/{version-DPtrXz0m.js.map → version-CCKo6fK2.js.map} +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine-BQUjVO_m.js.map +0 -1
- package/dist/logger-Dw-3y48G.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,17 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>cdkd (CDK Direct)</h1>
|
|
3
|
+
<a href="https://www.npmjs.com/package/@go-to-k/cdkd">
|
|
4
|
+
<img src="https://img.shields.io/npm/v/@go-to-k/cdkd.svg" alt="npm version" />
|
|
5
|
+
</a>
|
|
6
|
+
<a href="https://www.npmjs.com/package/@go-to-k/cdkd">
|
|
7
|
+
<img src="https://img.shields.io/npm/dw/@go-to-k/cdkd.svg" alt="Downloads" />
|
|
8
|
+
</a>
|
|
9
|
+
<a href="./LICENSE">
|
|
10
|
+
<img src="https://img.shields.io/npm/l/@go-to-k/cdkd.svg" alt="License: Apache-2.0" />
|
|
11
|
+
</a>
|
|
12
|
+
<p>
|
|
13
|
+
<picture>
|
|
14
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/go-to-k/cdkd/main/docs-site/public/brand/logo-dark.svg">
|
|
15
|
+
<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">
|
|
16
|
+
</picture>
|
|
17
|
+
</p>
|
|
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
|
|
2
|
-
import {
|
|
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-B6pEfNd9.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-
|
|
1001
|
+
//# sourceMappingURL=asg-provider-1XVtAjhm.js.map
|