@go-to-k/cdkd 0.128.0 → 0.130.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 +13 -6
- package/dist/cli.js +1038 -24
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-DWpeb9wT.js → deploy-engine-B-w4C_7O.js} +4 -3
- package/dist/deploy-engine-B-w4C_7O.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine-DWpeb9wT.js.map +0 -1
|
@@ -1121,8 +1121,9 @@ var StackHasActiveImportsError = class StackHasActiveImportsError extends CdkdEr
|
|
|
1121
1121
|
* Signals that `cdkd local start-api`'s route discovery hit an unsupported
|
|
1122
1122
|
* shape — non-AWS_PROXY integration, ApiGwV2 service integration
|
|
1123
1123
|
* (`IntegrationSubtype` set), WebSocket protocol, Lambda::Url with
|
|
1124
|
-
* `AuthType !== 'NONE'
|
|
1125
|
-
*
|
|
1124
|
+
* `AuthType !== 'NONE'`, or an unsupported intrinsic function in
|
|
1125
|
+
* `IntegrationUri`. (Lambda::Url with `InvokeMode: RESPONSE_STREAM` is
|
|
1126
|
+
* a normal route dispatched via the streaming protocol — #467.)
|
|
1126
1127
|
*
|
|
1127
1128
|
* The message names every offending route and points the user at the
|
|
1128
1129
|
* deferred follow-up PR (8b for authorizers, etc.). Hard-error at
|
|
@@ -10176,4 +10177,4 @@ var DeployEngine = class {
|
|
|
10176
10177
|
|
|
10177
10178
|
//#endregion
|
|
10178
10179
|
export { DependencyError as $, AssetPublisher as A, getLegacyStateBucketName as B, applyRoleArnIfSet as C, generateResourceNameWithFallback as Ct, LockManager as D, TemplateParser as E, getDockerCmd as F, resolveStateBucketWithDefaultAndSource as G, resolveCaptureObservedState as H, runDockerForeground as I, clearBucketRegionCache as J, warnDeprecatedNoPrefixCliFlag as K, runDockerStreaming as L, WorkGraph as M, buildDockerImage as N, S3StateBackend as O, formatDockerLoginError as P, ConfigError as Q, Synthesizer as R, IntrinsicFunctionResolver as S, generateResourceName as St, DagBuilder as T, withStackName as Tt, resolveSkipPrefix as U, resolveApp as V, resolveStateBucketWithDefault as W, AssetError as X, resolveBucketRegion as Y, CdkdError as Z, normalizeAwsTagsToCfn as _, setLogger as _t, withRetry as a, ResourceUpdateNotSupportedError as at, CloudControlProvider as b, PATTERN_B_NAME_PROPERTIES as bt, cyan as c, StackTerminationProtectionError as ct, red as d, formatError as dt, LocalInvokeBuildError as et, yellow as f, isCdkdError as ft, matchesCdkPath as g, getLogger as gt, CDK_PATH_TAG as h, ConsoleLogger as ht, withResourceDeadline as i, ResourceTimeoutError as it, stringifyValue as j, shouldRetainResource as k, gray as l, StateError as lt, collectInlinePolicyNamesManagedBySiblings as m, withErrorHandling as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, PartialFailureError as nt, IMPLICIT_DELETE_DEPENDENCIES as o, RouteDiscoveryError as ot, IAMRoleProvider as p, normalizeAwsError as pt, AssemblyReader as q, DeployEngine as r, ProvisioningError as rt, bold as s, StackHasActiveImportsError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, LockError as tt, green as u, SynthesisError as ut, resolveExplicitPhysicalId as v, runStackBuffered as vt, DiffCalculator as w, withSkipPrefix as wt, assertRegionMatch as x, PATTERN_B_RESOURCE_TYPES as xt, ProviderRegistry as y, getLiveRenderer as yt, getDefaultStateBucketName as z };
|
|
10179
|
-
//# sourceMappingURL=deploy-engine-
|
|
10180
|
+
//# sourceMappingURL=deploy-engine-B-w4C_7O.js.map
|