@go-to-k/cdkd 0.169.1 → 0.171.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
@@ -8366,7 +8345,9 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8366
8345
  "ComparisonOperator",
8367
8346
  "DatapointsToAlarm",
8368
8347
  "Dimensions",
8348
+ "EvaluateLowSampleCountPercentile",
8369
8349
  "EvaluationPeriods",
8350
+ "ExtendedStatistic",
8370
8351
  "InsufficientDataActions",
8371
8352
  "MetricName",
8372
8353
  "Metrics",
@@ -8374,18 +8355,13 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8374
8355
  "OKActions",
8375
8356
  "Period",
8376
8357
  "Statistic",
8358
+ "Tags",
8377
8359
  "Threshold",
8360
+ "ThresholdMetricId",
8378
8361
  "TreatMissingData",
8379
8362
  "Unit"
8380
8363
  ]),
8381
- silentDrop: new Map([
8382
- ["EvaluateLowSampleCountPercentile", "not yet implemented by cdkd"],
8383
- ["EvaluationCriteria", "not yet implemented by cdkd"],
8384
- ["EvaluationInterval", "not yet implemented by cdkd"],
8385
- ["ExtendedStatistic", "not yet implemented by cdkd"],
8386
- ["Tags", "not yet implemented by cdkd"],
8387
- ["ThresholdMetricId", "not yet implemented by cdkd"]
8388
- ])
8364
+ silentDrop: new Map([["EvaluationCriteria", "not yet implemented by cdkd"], ["EvaluationInterval", "not yet implemented by cdkd"]])
8389
8365
  }],
8390
8366
  ["AWS::CodeBuild::Project", {
8391
8367
  handled: new Set([
@@ -9267,16 +9243,21 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9267
9243
  handled: new Set([
9268
9244
  "Architectures",
9269
9245
  "Code",
9246
+ "DeadLetterConfig",
9270
9247
  "Description",
9271
9248
  "Environment",
9272
9249
  "EphemeralStorage",
9250
+ "FileSystemConfigs",
9273
9251
  "FunctionName",
9274
9252
  "Handler",
9253
+ "ImageConfig",
9254
+ "KmsKeyArn",
9275
9255
  "Layers",
9276
9256
  "MemorySize",
9277
9257
  "PackageType",
9278
9258
  "Role",
9279
9259
  "Runtime",
9260
+ "SnapStart",
9280
9261
  "Tags",
9281
9262
  "Timeout",
9282
9263
  "TracingConfig",
@@ -9285,18 +9266,13 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9285
9266
  silentDrop: new Map([
9286
9267
  ["CapacityProviderConfig", "not yet implemented by cdkd"],
9287
9268
  ["CodeSigningConfigArn", "not yet implemented by cdkd"],
9288
- ["DeadLetterConfig", "not yet implemented by cdkd"],
9289
9269
  ["DurableConfig", "not yet implemented by cdkd"],
9290
- ["FileSystemConfigs", "not yet implemented by cdkd"],
9291
9270
  ["FunctionScalingConfig", "not yet implemented by cdkd"],
9292
- ["ImageConfig", "not yet implemented by cdkd"],
9293
- ["KmsKeyArn", "not yet implemented by cdkd"],
9294
9271
  ["LoggingConfig", "not yet implemented by cdkd"],
9295
9272
  ["PublishToLatestPublished", "not yet implemented by cdkd"],
9296
9273
  ["RecursiveLoop", "not yet implemented by cdkd"],
9297
9274
  ["ReservedConcurrentExecutions", "not yet implemented by cdkd"],
9298
9275
  ["RuntimeManagementConfig", "not yet implemented by cdkd"],
9299
- ["SnapStart", "not yet implemented by cdkd"],
9300
9276
  ["TenancyConfig", "not yet implemented by cdkd"]
9301
9277
  ])
9302
9278
  }],
@@ -12596,5 +12572,5 @@ var DeployEngine = class {
12596
12572
  };
12597
12573
 
12598
12574
  //#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 _, SynthesisError as _t, withRetry as a, LocalStartServiceError as at, ProviderRegistry as b, normalizeAwsError 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, StateError as gt, collectInlinePolicyNamesManagedBySiblings as h, StackTerminationProtectionError as ht, withResourceDeadline as i, LocalMigrateError as it, shouldRetainResource as j, LockManager as k, cyan as l, PartialFailureError as lt, IAMRoleProvider as m, StackHasActiveImportsError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, DependencyError as nt, IMPLICIT_DELETE_DEPENDENCIES as o, LockError as ot, yellow as p, RouteDiscoveryError 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, formatError as vt, IntrinsicFunctionResolver as w, findActionableSilentDrops as x, withErrorHandling as xt, resolveExplicitPhysicalId as y, isCdkdError as yt, resolveApp as z };
12600
- //# sourceMappingURL=deploy-engine-Cux0aKqI.js.map
12575
+ 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 };
12576
+ //# sourceMappingURL=deploy-engine-BqNTKqFf.js.map