@go-to-k/cdkd 0.169.0 → 0.170.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.
|
@@ -370,27 +370,6 @@ var StackHasActiveImportsError = class StackHasActiveImportsError extends CdkdEr
|
|
|
370
370
|
}
|
|
371
371
|
};
|
|
372
372
|
/**
|
|
373
|
-
* Signals that `cdkd local start-api`'s route discovery hit an unsupported
|
|
374
|
-
* shape — non-AWS_PROXY integration, ApiGwV2 service integration
|
|
375
|
-
* (`IntegrationSubtype` set), WebSocket protocol, Lambda::Url with an
|
|
376
|
-
* unrecognized `AuthType` (anything other than `'NONE'` / `'AWS_IAM'`),
|
|
377
|
-
* or an unsupported intrinsic function in `IntegrationUri`. (Lambda::Url
|
|
378
|
-
* with `InvokeMode: RESPONSE_STREAM` is a normal route dispatched via
|
|
379
|
-
* the streaming protocol — #467. Lambda::Url with `AuthType: 'AWS_IAM'`
|
|
380
|
-
* is a normal route verified through the SigV4 pipeline — #621.)
|
|
381
|
-
*
|
|
382
|
-
* The message names every offending route and points the user at the
|
|
383
|
-
* deferred follow-up PR (8b for authorizers, etc.). Hard-error at
|
|
384
|
-
* discovery so the server never starts in a half-working state.
|
|
385
|
-
*/
|
|
386
|
-
var RouteDiscoveryError = class RouteDiscoveryError extends CdkdError {
|
|
387
|
-
constructor(message, cause) {
|
|
388
|
-
super(message, "ROUTE_DISCOVERY_ERROR", cause);
|
|
389
|
-
this.name = "RouteDiscoveryError";
|
|
390
|
-
Object.setPrototypeOf(this, RouteDiscoveryError.prototype);
|
|
391
|
-
}
|
|
392
|
-
};
|
|
393
|
-
/**
|
|
394
373
|
* Signals a `cdkd local start-service` orchestration failure (Phase 2
|
|
395
374
|
* of #262 — `AWS::ECS::Service` emulator). Distinct from
|
|
396
375
|
* `LocalRunTaskError` because the service runner has its own lifecycle
|
|
@@ -9267,16 +9246,21 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9267
9246
|
handled: new Set([
|
|
9268
9247
|
"Architectures",
|
|
9269
9248
|
"Code",
|
|
9249
|
+
"DeadLetterConfig",
|
|
9270
9250
|
"Description",
|
|
9271
9251
|
"Environment",
|
|
9272
9252
|
"EphemeralStorage",
|
|
9253
|
+
"FileSystemConfigs",
|
|
9273
9254
|
"FunctionName",
|
|
9274
9255
|
"Handler",
|
|
9256
|
+
"ImageConfig",
|
|
9257
|
+
"KmsKeyArn",
|
|
9275
9258
|
"Layers",
|
|
9276
9259
|
"MemorySize",
|
|
9277
9260
|
"PackageType",
|
|
9278
9261
|
"Role",
|
|
9279
9262
|
"Runtime",
|
|
9263
|
+
"SnapStart",
|
|
9280
9264
|
"Tags",
|
|
9281
9265
|
"Timeout",
|
|
9282
9266
|
"TracingConfig",
|
|
@@ -9285,18 +9269,13 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9285
9269
|
silentDrop: new Map([
|
|
9286
9270
|
["CapacityProviderConfig", "not yet implemented by cdkd"],
|
|
9287
9271
|
["CodeSigningConfigArn", "not yet implemented by cdkd"],
|
|
9288
|
-
["DeadLetterConfig", "not yet implemented by cdkd"],
|
|
9289
9272
|
["DurableConfig", "not yet implemented by cdkd"],
|
|
9290
|
-
["FileSystemConfigs", "not yet implemented by cdkd"],
|
|
9291
9273
|
["FunctionScalingConfig", "not yet implemented by cdkd"],
|
|
9292
|
-
["ImageConfig", "not yet implemented by cdkd"],
|
|
9293
|
-
["KmsKeyArn", "not yet implemented by cdkd"],
|
|
9294
9274
|
["LoggingConfig", "not yet implemented by cdkd"],
|
|
9295
9275
|
["PublishToLatestPublished", "not yet implemented by cdkd"],
|
|
9296
9276
|
["RecursiveLoop", "not yet implemented by cdkd"],
|
|
9297
9277
|
["ReservedConcurrentExecutions", "not yet implemented by cdkd"],
|
|
9298
9278
|
["RuntimeManagementConfig", "not yet implemented by cdkd"],
|
|
9299
|
-
["SnapStart", "not yet implemented by cdkd"],
|
|
9300
9279
|
["TenancyConfig", "not yet implemented by cdkd"]
|
|
9301
9280
|
])
|
|
9302
9281
|
}],
|
|
@@ -12596,5 +12575,5 @@ var DeployEngine = class {
|
|
|
12596
12575
|
};
|
|
12597
12576
|
|
|
12598
12577
|
//#endregion
|
|
12599
|
-
export { AssetError as $, S3StateBackend as A, resolveCaptureObservedState as B, assertRegionMatch as C, DagBuilder as D, DiffCalculator as E, buildDockerImage as F, CFN_TEMPLATE_BODY_LIMIT as G, resolveStateBucketWithDefault as H, Synthesizer as I, findLargeInlineResources as J, CFN_TEMPLATE_URL_LIMIT as K, getDefaultStateBucketName as L, AssetPublisher as M, stringifyValue as N, TemplateParser as O, WorkGraph as P, resolveBucketRegion as Q, getLegacyStateBucketName as R, CloudControlProvider as S, applyRoleArnIfSet as T, resolveStateBucketWithDefaultAndSource as U, resolveSkipPrefix as V, warnDeprecatedNoPrefixCliFlag as W, AssemblyReader as X, uploadCfnTemplate as Y, clearBucketRegionCache as Z, matchesCdkPath as _,
|
|
12600
|
-
//# sourceMappingURL=deploy-engine-
|
|
12578
|
+
export { AssetError as $, S3StateBackend as A, resolveCaptureObservedState as B, assertRegionMatch as C, DagBuilder as D, DiffCalculator as E, buildDockerImage as F, CFN_TEMPLATE_BODY_LIMIT as G, resolveStateBucketWithDefault as H, Synthesizer as I, findLargeInlineResources as J, CFN_TEMPLATE_URL_LIMIT as K, getDefaultStateBucketName as L, AssetPublisher as M, stringifyValue as N, TemplateParser as O, WorkGraph as P, resolveBucketRegion as Q, getLegacyStateBucketName as R, CloudControlProvider as S, applyRoleArnIfSet as T, resolveStateBucketWithDefaultAndSource as U, resolveSkipPrefix as V, warnDeprecatedNoPrefixCliFlag as W, AssemblyReader as X, uploadCfnTemplate as Y, clearBucketRegionCache as Z, matchesCdkPath as _, formatError as _t, withRetry as a, LocalStartServiceError as at, ProviderRegistry as b, withErrorHandling as bt, bold as c, NestedStackChildDirectDestroyError as ct, green as d, ResourceTimeoutError as dt, CdkdError as et, red as f, ResourceUpdateNotSupportedError as ft, CDK_PATH_TAG as g, SynthesisError as gt, collectInlinePolicyNamesManagedBySiblings as h, StateError as ht, withResourceDeadline as i, LocalMigrateError as it, shouldRetainResource as j, LockManager as k, cyan as l, PartialFailureError as lt, IAMRoleProvider as m, StackTerminationProtectionError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, DependencyError as nt, IMPLICIT_DELETE_DEPENDENCIES as o, LockError as ot, yellow as p, StackHasActiveImportsError as pt, MIGRATE_TMP_PREFIX as q, DeployEngine as r, LocalInvokeBuildError as rt, formatResourceLine as s, MissingCdkCliError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, ConfigError as tt, gray as u, ProvisioningError as ut, normalizeAwsTagsToCfn as v, isCdkdError as vt, IntrinsicFunctionResolver as w, findActionableSilentDrops as x, resolveExplicitPhysicalId as y, normalizeAwsError as yt, resolveApp as z };
|
|
12579
|
+
//# sourceMappingURL=deploy-engine-BwHpzrn2.js.map
|