@go-to-k/cdkd 0.229.6 → 0.229.8
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.
|
@@ -4902,6 +4902,21 @@ var ReplacementRulesRegistry = class {
|
|
|
4902
4902
|
"FileSystemConfigs"
|
|
4903
4903
|
])
|
|
4904
4904
|
});
|
|
4905
|
+
this.rules.set("AWS::Lambda::LayerVersion", { replacementProperties: new Set([
|
|
4906
|
+
"Content",
|
|
4907
|
+
"LayerName",
|
|
4908
|
+
"Description",
|
|
4909
|
+
"CompatibleRuntimes",
|
|
4910
|
+
"CompatibleArchitectures",
|
|
4911
|
+
"LicenseInfo"
|
|
4912
|
+
]) });
|
|
4913
|
+
this.rules.set("AWS::Lambda::Version", { replacementProperties: new Set([
|
|
4914
|
+
"CodeSha256",
|
|
4915
|
+
"Description",
|
|
4916
|
+
"FunctionName",
|
|
4917
|
+
"ProvisionedConcurrencyConfig",
|
|
4918
|
+
"RuntimePolicy"
|
|
4919
|
+
]) });
|
|
4905
4920
|
this.rules.set("AWS::DynamoDB::Table", {
|
|
4906
4921
|
replacementProperties: new Set(["TableName", "KeySchema"]),
|
|
4907
4922
|
updateableProperties: new Set([
|
|
@@ -13509,4 +13524,4 @@ var DeployEngine = class {
|
|
|
13509
13524
|
|
|
13510
13525
|
//#endregion
|
|
13511
13526
|
export { findLargeInlineResources as $, shouldRetainResource as A, getDockerImageBySourceHash as B, applyRoleArnIfSet as C, LockManager as D, TemplateParser as E, formatDockerLoginError as F, resolveCaptureObservedState as G, getDefaultStateBucketName as H, getDockerCmd as I, resolveStateBucketWithDefaultAndSource as J, resolveSkipPrefix as K, runDockerForeground as L, stringifyValue as M, WorkGraph as N, S3StateBackend as O, buildDockerImage as P, MIGRATE_TMP_PREFIX as Q, runDockerStreaming as R, IntrinsicFunctionResolver as S, DagBuilder as T, getLegacyStateBucketName as U, Synthesizer as V, resolveApp as W, CFN_TEMPLATE_BODY_LIMIT as X, warnDeprecatedNoPrefixCliFlag as Y, CFN_TEMPLATE_URL_LIMIT as Z, IAMRoleProvider as _, withRetry as a, findActionableSilentDrops as b, computeImplicitDeleteEdges as c, bold as d, uploadCfnTemplate as et, cyan as f, yellow as g, red as h, withResourceDeadline as i, AssetPublisher as j, rebuildClientForBucketRegion as k, extractDeploymentEventError as l, green as m, DEFAULT_RESOURCE_WARN_AFTER_MS as n, clearBucketRegionCache as nt, isRetryableTransientError as o, gray as p, resolveStateBucketWithDefault as q, DeployEngine as r, resolveBucketRegion as rt, IMPLICIT_DELETE_DEPENDENCIES as s, DEFAULT_RESOURCE_TIMEOUT_MS as t, AssemblyReader as tt, formatResourceLine as u, collectInlinePolicyNamesManagedBySiblings as v, DiffCalculator as w, CloudControlProvider as x, ProviderRegistry as y, AssetManifestLoader as z };
|
|
13512
|
-
//# sourceMappingURL=deploy-engine-
|
|
13527
|
+
//# sourceMappingURL=deploy-engine-rMH9694Q.js.map
|