@aws-cdk/integ-runner 2.186.3 → 2.186.4
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/lib/index.js +58 -58
- package/lib/recommended-feature-flags.json +3 -1
- package/lib/runner/runner-base.d.ts +2 -0
- package/lib/workers/extract/index.js +185 -129
- package/package.json +11 -11
|
@@ -5055,7 +5055,7 @@ var require_semver2 = __commonJS({
|
|
|
5055
5055
|
// ../cloud-assembly-schema/cli-version.json
|
|
5056
5056
|
var require_cli_version = __commonJS({
|
|
5057
5057
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
5058
|
-
module2.exports = { version: "2.
|
|
5058
|
+
module2.exports = { version: "2.1011.0" };
|
|
5059
5059
|
}
|
|
5060
5060
|
});
|
|
5061
5061
|
|
|
@@ -7513,7 +7513,7 @@ var require_cloud_artifact = __commonJS({
|
|
|
7513
7513
|
};
|
|
7514
7514
|
exports2.CloudArtifact = CloudArtifact;
|
|
7515
7515
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7516
|
-
CloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudArtifact", version: "2.
|
|
7516
|
+
CloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudArtifact", version: "2.190.0" };
|
|
7517
7517
|
}
|
|
7518
7518
|
});
|
|
7519
7519
|
|
|
@@ -7583,7 +7583,7 @@ var require_asset_manifest_artifact = __commonJS({
|
|
|
7583
7583
|
};
|
|
7584
7584
|
exports2.AssetManifestArtifact = AssetManifestArtifact;
|
|
7585
7585
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7586
|
-
AssetManifestArtifact[_a] = { fqn: "@aws-cdk/cx-api.AssetManifestArtifact", version: "2.
|
|
7586
|
+
AssetManifestArtifact[_a] = { fqn: "@aws-cdk/cx-api.AssetManifestArtifact", version: "2.190.0" };
|
|
7587
7587
|
Object.defineProperty(AssetManifestArtifact.prototype, ASSET_MANIFEST_ARTIFACT_SYM, {
|
|
7588
7588
|
value: true,
|
|
7589
7589
|
enumerable: false,
|
|
@@ -7631,7 +7631,7 @@ var require_environment2 = __commonJS({
|
|
|
7631
7631
|
};
|
|
7632
7632
|
exports2.EnvironmentUtils = EnvironmentUtils;
|
|
7633
7633
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7634
|
-
EnvironmentUtils[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentUtils", version: "2.
|
|
7634
|
+
EnvironmentUtils[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentUtils", version: "2.190.0" };
|
|
7635
7635
|
}
|
|
7636
7636
|
});
|
|
7637
7637
|
|
|
@@ -7737,7 +7737,7 @@ var require_cloudformation_artifact = __commonJS({
|
|
|
7737
7737
|
};
|
|
7738
7738
|
exports2.CloudFormationStackArtifact = CloudFormationStackArtifact;
|
|
7739
7739
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7740
|
-
CloudFormationStackArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudFormationStackArtifact", version: "2.
|
|
7740
|
+
CloudFormationStackArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudFormationStackArtifact", version: "2.190.0" };
|
|
7741
7741
|
Object.defineProperty(CloudFormationStackArtifact.prototype, CLOUDFORMATION_STACK_ARTIFACT_SYM, {
|
|
7742
7742
|
value: true,
|
|
7743
7743
|
enumerable: false,
|
|
@@ -7802,7 +7802,7 @@ var require_nested_cloud_assembly_artifact = __commonJS({
|
|
|
7802
7802
|
};
|
|
7803
7803
|
exports2.NestedCloudAssemblyArtifact = NestedCloudAssemblyArtifact;
|
|
7804
7804
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7805
|
-
NestedCloudAssemblyArtifact[_a] = { fqn: "@aws-cdk/cx-api.NestedCloudAssemblyArtifact", version: "2.
|
|
7805
|
+
NestedCloudAssemblyArtifact[_a] = { fqn: "@aws-cdk/cx-api.NestedCloudAssemblyArtifact", version: "2.190.0" };
|
|
7806
7806
|
Object.defineProperty(NestedCloudAssemblyArtifact.prototype, NESTED_CLOUD_ASSEMBLY_SYM, {
|
|
7807
7807
|
value: true,
|
|
7808
7808
|
enumerable: false,
|
|
@@ -7863,7 +7863,7 @@ var require_tree_cloud_artifact = __commonJS({
|
|
|
7863
7863
|
};
|
|
7864
7864
|
exports2.TreeCloudArtifact = TreeCloudArtifact;
|
|
7865
7865
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7866
|
-
TreeCloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.TreeCloudArtifact", version: "2.
|
|
7866
|
+
TreeCloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.TreeCloudArtifact", version: "2.190.0" };
|
|
7867
7867
|
Object.defineProperty(TreeCloudArtifact.prototype, TREE_CLOUD_ARTIFACT_SYM, {
|
|
7868
7868
|
value: true,
|
|
7869
7869
|
enumerable: false,
|
|
@@ -8129,7 +8129,7 @@ var require_cloud_assembly = __commonJS({
|
|
|
8129
8129
|
};
|
|
8130
8130
|
exports2.CloudAssembly = CloudAssembly;
|
|
8131
8131
|
_a = JSII_RTTI_SYMBOL_1;
|
|
8132
|
-
CloudAssembly[_a] = { fqn: "@aws-cdk/cx-api.CloudAssembly", version: "2.
|
|
8132
|
+
CloudAssembly[_a] = { fqn: "@aws-cdk/cx-api.CloudAssembly", version: "2.190.0" };
|
|
8133
8133
|
var CloudAssemblyBuilder = class _CloudAssemblyBuilder {
|
|
8134
8134
|
/**
|
|
8135
8135
|
* Initializes a cloud assembly builder.
|
|
@@ -8223,7 +8223,7 @@ var require_cloud_assembly = __commonJS({
|
|
|
8223
8223
|
};
|
|
8224
8224
|
exports2.CloudAssemblyBuilder = CloudAssemblyBuilder;
|
|
8225
8225
|
_b = JSII_RTTI_SYMBOL_1;
|
|
8226
|
-
CloudAssemblyBuilder[_b] = { fqn: "@aws-cdk/cx-api.CloudAssemblyBuilder", version: "2.
|
|
8226
|
+
CloudAssemblyBuilder[_b] = { fqn: "@aws-cdk/cx-api.CloudAssemblyBuilder", version: "2.190.0" };
|
|
8227
8227
|
function filterUndefined(obj) {
|
|
8228
8228
|
if (Array.isArray(obj)) {
|
|
8229
8229
|
return obj.filter((x) => x !== void 0).map((x) => filterUndefined(x));
|
|
@@ -8352,7 +8352,7 @@ var require_features = __commonJS({
|
|
|
8352
8352
|
"use strict";
|
|
8353
8353
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8354
8354
|
exports2.LAMBDA_NODEJS_USE_LATEST_RUNTIME = exports2.ENABLE_OPENSEARCH_MULTIAZ_WITH_STANDBY = exports2.AUTOSCALING_GENERATE_LAUNCH_TEMPLATE = exports2.EFS_MOUNTTARGET_ORDERINSENSITIVE_LOGICAL_ID = exports2.EFS_DENY_ANONYMOUS_ACCESS = exports2.KMS_ALIAS_NAME_REF = exports2.INCLUDE_PREFIX_IN_UNIQUE_NAME_GENERATION = exports2.APIGATEWAY_REQUEST_VALIDATOR_UNIQUE_ID = exports2.EC2_RESTRICT_DEFAULT_SECURITY_GROUP = exports2.ENABLE_EMR_SERVICE_POLICY_V2 = exports2.REDSHIFT_COLUMN_ID = exports2.SECRETS_MANAGER_TARGET_ATTACHMENT_RESOURCE_POLICY = exports2.EC2_LAUNCH_TEMPLATE_DEFAULT_USER_DATA = exports2.APIGATEWAY_AUTHORIZER_CHANGE_DEPLOYMENT_LOGICAL_ID = exports2.CODEDEPLOY_REMOVE_ALARMS_FROM_DEPLOYMENT_GROUP = exports2.DATABASE_PROXY_UNIQUE_RESOURCE_NAME = exports2.AWS_CUSTOM_RESOURCE_LATEST_SDK_DEFAULT = exports2.ROUTE53_PATTERNS_USE_CERTIFICATE = exports2.S3_SERVER_ACCESS_LOGS_USE_BUCKET_POLICY = exports2.ECS_DISABLE_EXPLICIT_DEPLOYMENT_CONTROLLER_FOR_CIRCUIT_BREAKER = exports2.EVENTS_TARGET_QUEUE_SAME_ACCOUNT = exports2.ENABLE_PARTITION_LITERALS = exports2.APIGATEWAY_DISABLE_CLOUDWATCH_ROLE = exports2.SNS_SUBSCRIPTIONS_SQS_DECRYPTION_POLICY = exports2.S3_CREATE_DEFAULT_LOGGING_POLICY = exports2.CODEPIPELINE_CROSS_ACCOUNT_KEY_ALIAS_STACK_SAFE_RESOURCE_NAME = exports2.VALIDATE_SNAPSHOT_REMOVAL_POLICY = exports2.IAM_IMPORTED_ROLE_STACK_SAFE_DEFAULT_POLICY_NAME = exports2.IAM_MINIMIZE_POLICIES = exports2.ECS_ARN_FORMAT_INCLUDES_CLUSTER_NAME = exports2.EC2_UNIQUE_IMDSV2_LAUNCH_TEMPLATE_NAME = exports2.ECS_SERVICE_EXTENSIONS_ENABLE_DEFAULT_LOG_DRIVER = exports2.TARGET_PARTITIONS = exports2.CHECK_SECRET_USAGE = exports2.CLOUDFRONT_DEFAULT_SECURITY_POLICY_TLS_V1_2_2021 = exports2.LAMBDA_RECOGNIZE_LAYER_VERSION = exports2.LAMBDA_RECOGNIZE_VERSION_PROPS = exports2.EFS_DEFAULT_ENCRYPTION_AT_REST = exports2.APIGATEWAY_USAGEPLANKEY_ORDERINSENSITIVE_ID = exports2.RDS_LOWERCASE_DB_IDENTIFIER = exports2.ECS_REMOVE_DEFAULT_DESIRED_COUNT = exports2.S3_GRANT_WRITE_WITHOUT_ACL = exports2.KMS_DEFAULT_KEY_POLICIES = exports2.SECRETS_MANAGER_PARSE_OWNED_SECRET_NAME = exports2.DOCKER_IGNORE_SUPPORT = exports2.STACK_RELATIVE_EXPORTS_CONTEXT = exports2.NEW_STYLE_STACK_SYNTHESIS_CONTEXT = exports2.ENABLE_DIFF_NO_FAIL = exports2.ENABLE_DIFF_NO_FAIL_CONTEXT = exports2.ENABLE_STACK_NAME_DUPLICATES_CONTEXT = void 0;
|
|
8355
|
-
exports2.NEW_PROJECT_DEFAULT_CONTEXT = exports2.FUTURE_FLAGS = exports2.FUTURE_FLAGS_EXPIRED = exports2.CURRENT_VERSION_FLAG_DEFAULTS = exports2.CURRENTLY_RECOMMENDED_FLAGS = exports2.CURRENT_VERSION_EXPIRED_FLAGS = exports2.FLAGS = exports2.PIPELINE_REDUCE_CROSS_ACCOUNT_ACTION_ROLE_TRUST_SCOPE = exports2.LOG_USER_POOL_CLIENT_SECRET_VALUE = exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA = exports2.EVENTBUS_POLICY_SID_REQUIRED = exports2.PIPELINE_REDUCE_STAGE_ROLE_TRUST_SCOPE = exports2.SET_UNIQUE_REPLICATION_ROLE_NAME = exports2.LAMBDA_CREATE_NEW_POLICIES_WITH_ADDTOROLEPOLICY = exports2.ENABLE_ADDITIONAL_METADATA_COLLECTION = exports2.IAM_OIDC_REJECT_UNAUTHORIZED_CONNECTIONS = exports2.ALB_DUALSTACK_WITHOUT_PUBLIC_IPV4_SECURITY_GROUP_RULES_DEFAULT = exports2.Disable_ECS_IMDS_Blocking = exports2.Enable_IMDS_Blocking_Deprecated_Feature = exports2.USER_POOL_DOMAIN_NAME_METHOD_WITHOUT_CUSTOM_RESOURCE = exports2.ASPECT_STABILIZATION = exports2.BASTION_HOST_USE_AMAZON_LINUX_2023_BY_DEFAULT = exports2.STEPFUNCTIONS_TASKS_FIX_RUN_ECS_TASK_POLICY = exports2.LAMBDA_NODEJS_SDK_V3_EXCLUDE_SMITHY_PACKAGES = exports2.CFN_INCLUDE_REJECT_COMPLEX_RESOURCE_UPDATE_CREATE_POLICY_INTRINSICS = exports2.USE_CORRECT_VALUE_FOR_INSTANCE_RESOURCE_ID_PROPERTY = exports2.APPSYNC_GRAPHQLAPI_SCOPE_LAMBDA_FUNCTION_PERMISSION = exports2.EC2_SUM_TIMEOUT_ENABLED = exports2.DYNAMODB_TABLEV2_RESOURCE_POLICY_PER_REPLICA = exports2.REDUCE_EC2_FARGATE_CLOUDWATCH_PERMISSIONS = exports2.USE_NEW_S3URI_PARAMETERS_FOR_BEDROCK_INVOKE_MODEL_TASK = exports2.S3_KEEP_NOTIFICATION_IN_IMPORTED_BUCKET = exports2.LOG_API_RESPONSE_DATA_PROPERTY_TRUE_DEFAULT = exports2.ECS_REMOVE_DEFAULT_DEPLOYMENT_ALARM = exports2.EBS_DEFAULT_GP3 = exports2.EKS_NODEGROUP_NAME = exports2.PIPELINE_REDUCE_ASSET_ROLE_TRUST_SCOPE = exports2.KMS_REDUCE_CROSS_ACCOUNT_REGION_POLICY_SCOPE = exports2.CODEPIPELINE_DEFAULT_PIPELINE_TYPE_TO_V2 = exports2.CODEPIPELINE_CROSS_ACCOUNT_KEYS_DEFAULT_VALUE_TO_FALSE = exports2.LAMBDA_PERMISSION_LOGICAL_ID_FOR_LAMBDA_ACTION = exports2.CODECOMMIT_SOURCE_ACTION_DEFAULT_BRANCH_NAME = exports2.APPSYNC_ENABLE_USE_ARN_IDENTIFIER_SOURCE_API_ASSOCIATION = exports2.AURORA_CLUSTER_CHANGE_SCOPE_OF_INSTANCE_PARAMETER_GROUP_WITH_EACH_PARAMETERS = exports2.RDS_PREVENT_RENDERING_DEPRECATED_CREDENTIALS = void 0;
|
|
8355
|
+
exports2.NEW_PROJECT_DEFAULT_CONTEXT = exports2.FUTURE_FLAGS = exports2.FUTURE_FLAGS_EXPIRED = exports2.CURRENT_VERSION_FLAG_DEFAULTS = exports2.CURRENTLY_RECOMMENDED_FLAGS = exports2.CURRENT_VERSION_EXPIRED_FLAGS = exports2.FLAGS = exports2.PIPELINE_REDUCE_CROSS_ACCOUNT_ACTION_ROLE_TRUST_SCOPE = exports2.LOG_USER_POOL_CLIENT_SECRET_VALUE = exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA = exports2.ASPECT_PRIORITIES_MUTATING = exports2.EVENTBUS_POLICY_SID_REQUIRED = exports2.PIPELINE_REDUCE_STAGE_ROLE_TRUST_SCOPE = exports2.SET_UNIQUE_REPLICATION_ROLE_NAME = exports2.LAMBDA_CREATE_NEW_POLICIES_WITH_ADDTOROLEPOLICY = exports2.ENABLE_ADDITIONAL_METADATA_COLLECTION = exports2.IAM_OIDC_REJECT_UNAUTHORIZED_CONNECTIONS = exports2.ALB_DUALSTACK_WITHOUT_PUBLIC_IPV4_SECURITY_GROUP_RULES_DEFAULT = exports2.Disable_ECS_IMDS_Blocking = exports2.Enable_IMDS_Blocking_Deprecated_Feature = exports2.USER_POOL_DOMAIN_NAME_METHOD_WITHOUT_CUSTOM_RESOURCE = exports2.ASPECT_STABILIZATION = exports2.BASTION_HOST_USE_AMAZON_LINUX_2023_BY_DEFAULT = exports2.STEPFUNCTIONS_USE_DISTRIBUTED_MAP_RESULT_WRITER_V2 = exports2.STEPFUNCTIONS_TASKS_FIX_RUN_ECS_TASK_POLICY = exports2.LAMBDA_NODEJS_SDK_V3_EXCLUDE_SMITHY_PACKAGES = exports2.CFN_INCLUDE_REJECT_COMPLEX_RESOURCE_UPDATE_CREATE_POLICY_INTRINSICS = exports2.USE_CORRECT_VALUE_FOR_INSTANCE_RESOURCE_ID_PROPERTY = exports2.APPSYNC_GRAPHQLAPI_SCOPE_LAMBDA_FUNCTION_PERMISSION = exports2.EC2_SUM_TIMEOUT_ENABLED = exports2.DYNAMODB_TABLEV2_RESOURCE_POLICY_PER_REPLICA = exports2.REDUCE_EC2_FARGATE_CLOUDWATCH_PERMISSIONS = exports2.USE_NEW_S3URI_PARAMETERS_FOR_BEDROCK_INVOKE_MODEL_TASK = exports2.S3_KEEP_NOTIFICATION_IN_IMPORTED_BUCKET = exports2.LOG_API_RESPONSE_DATA_PROPERTY_TRUE_DEFAULT = exports2.ECS_REMOVE_DEFAULT_DEPLOYMENT_ALARM = exports2.EBS_DEFAULT_GP3 = exports2.EKS_NODEGROUP_NAME = exports2.PIPELINE_REDUCE_ASSET_ROLE_TRUST_SCOPE = exports2.KMS_REDUCE_CROSS_ACCOUNT_REGION_POLICY_SCOPE = exports2.CODEPIPELINE_DEFAULT_PIPELINE_TYPE_TO_V2 = exports2.CODEPIPELINE_CROSS_ACCOUNT_KEYS_DEFAULT_VALUE_TO_FALSE = exports2.LAMBDA_PERMISSION_LOGICAL_ID_FOR_LAMBDA_ACTION = exports2.CODECOMMIT_SOURCE_ACTION_DEFAULT_BRANCH_NAME = exports2.APPSYNC_ENABLE_USE_ARN_IDENTIFIER_SOURCE_API_ASSOCIATION = exports2.AURORA_CLUSTER_CHANGE_SCOPE_OF_INSTANCE_PARAMETER_GROUP_WITH_EACH_PARAMETERS = exports2.RDS_PREVENT_RENDERING_DEPRECATED_CREDENTIALS = void 0;
|
|
8356
8356
|
exports2.futureFlagDefault = futureFlagDefault;
|
|
8357
8357
|
var flag_modeling_1 = require_flag_modeling();
|
|
8358
8358
|
exports2.ENABLE_STACK_NAME_DUPLICATES_CONTEXT = "@aws-cdk/core:enableStackNameDuplicates";
|
|
@@ -8428,6 +8428,7 @@ var require_features = __commonJS({
|
|
|
8428
8428
|
exports2.CFN_INCLUDE_REJECT_COMPLEX_RESOURCE_UPDATE_CREATE_POLICY_INTRINSICS = "@aws-cdk/core:cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics";
|
|
8429
8429
|
exports2.LAMBDA_NODEJS_SDK_V3_EXCLUDE_SMITHY_PACKAGES = "@aws-cdk/aws-lambda-nodejs:sdkV3ExcludeSmithyPackages";
|
|
8430
8430
|
exports2.STEPFUNCTIONS_TASKS_FIX_RUN_ECS_TASK_POLICY = "@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy";
|
|
8431
|
+
exports2.STEPFUNCTIONS_USE_DISTRIBUTED_MAP_RESULT_WRITER_V2 = "@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2";
|
|
8431
8432
|
exports2.BASTION_HOST_USE_AMAZON_LINUX_2023_BY_DEFAULT = "@aws-cdk/aws-ec2:bastionHostUseAmazonLinux2023ByDefault";
|
|
8432
8433
|
exports2.ASPECT_STABILIZATION = "@aws-cdk/core:aspectStabilization";
|
|
8433
8434
|
exports2.USER_POOL_DOMAIN_NAME_METHOD_WITHOUT_CUSTOM_RESOURCE = "@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource";
|
|
@@ -8440,6 +8441,7 @@ var require_features = __commonJS({
|
|
|
8440
8441
|
exports2.SET_UNIQUE_REPLICATION_ROLE_NAME = "@aws-cdk/aws-s3:setUniqueReplicationRoleName";
|
|
8441
8442
|
exports2.PIPELINE_REDUCE_STAGE_ROLE_TRUST_SCOPE = "@aws-cdk/pipelines:reduceStageRoleTrustScope";
|
|
8442
8443
|
exports2.EVENTBUS_POLICY_SID_REQUIRED = "@aws-cdk/aws-events:requireEventBusPolicySid";
|
|
8444
|
+
exports2.ASPECT_PRIORITIES_MUTATING = "@aws-cdk/core:aspectPrioritiesMutating";
|
|
8443
8445
|
exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA = "@aws-cdk/aws-dynamodb:retainTableReplica";
|
|
8444
8446
|
exports2.LOG_USER_POOL_CLIENT_SECRET_VALUE = "@aws-cdk/cognito:logUserPoolClientSecretValue";
|
|
8445
8447
|
exports2.PIPELINE_REDUCE_CROSS_ACCOUNT_ACTION_ROLE_TRUST_SCOPE = "@aws-cdk/pipelines:reduceCrossAccountActionRoleTrustScope";
|
|
@@ -9404,8 +9406,8 @@ var require_features = __commonJS({
|
|
|
9404
9406
|
summary: "When set to true along with canContainersAccessInstanceRole=false in ECS cluster, new updated commands will be added to UserData to block container accessing IMDS. **Applicable to Linux only. IMPORTANT: See [details.](#aws-cdkaws-ecsenableImdsBlockingDeprecatedFeature)**",
|
|
9405
9407
|
detailsMd: `
|
|
9406
9408
|
In an ECS Cluster with \`MachineImageType.AMAZON_LINUX_2\`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
9407
|
-
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
9408
|
-
feature alone with this feature flag will be deprecated by <ins>**end of 2025**</ins> as CDK cannot
|
|
9409
|
+
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
9410
|
+
feature alone with this feature flag will be deprecated by <ins>**end of 2025**</ins> as CDK cannot
|
|
9409
9411
|
guarantee the correct execution of the feature in all platforms. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
9410
9412
|
It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.
|
|
9411
9413
|
`,
|
|
@@ -9420,9 +9422,9 @@ var require_features = __commonJS({
|
|
|
9420
9422
|
detailsMd: `
|
|
9421
9423
|
In an ECS Cluster with \`MachineImageType.AMAZON_LINUX_2\`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
9422
9424
|
accessing IMDS. CDK cannot guarantee the correct execution of the feature in all platforms. Setting this feature flag
|
|
9423
|
-
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
9425
|
+
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
9424
9426
|
IMDS blocking feature. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
9425
|
-
|
|
9427
|
+
|
|
9426
9428
|
It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.
|
|
9427
9429
|
`,
|
|
9428
9430
|
introducedIn: { v2: "2.175.0" },
|
|
@@ -9601,7 +9603,7 @@ var require_features = __commonJS({
|
|
|
9601
9603
|
detailsMd: `
|
|
9602
9604
|
When this feature flag is enabled, the default behaviour of OIDC Provider's custom resource handler will
|
|
9603
9605
|
default to reject unauthorized connections when downloading CA Certificates.
|
|
9604
|
-
|
|
9606
|
+
|
|
9605
9607
|
When this feature flag is disabled, the behaviour will be the same as current and will allow downloading
|
|
9606
9608
|
thumbprints from unsecure connections.`,
|
|
9607
9609
|
introducedIn: { v2: "2.177.0" },
|
|
@@ -9615,7 +9617,7 @@ var require_features = __commonJS({
|
|
|
9615
9617
|
detailsMd: `
|
|
9616
9618
|
When this feature flag is enabled, CDK expands the scope of usage data collection to include the following:
|
|
9617
9619
|
* L2 construct property keys - Collect which property keys you use from the L2 constructs in your app. This includes property keys nested in dictionary objects.
|
|
9618
|
-
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
9620
|
+
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
9619
9621
|
* L2 construct method usage - Collection method name, parameter keys and parameter values of BOOL and ENUM type.
|
|
9620
9622
|
`,
|
|
9621
9623
|
introducedIn: { v2: "2.178.0" },
|
|
@@ -9626,12 +9628,12 @@ var require_features = __commonJS({
|
|
|
9626
9628
|
type: flag_modeling_1.FlagType.BugFix,
|
|
9627
9629
|
summary: "[Deprecated] When enabled, Lambda will create new inline policies with AddToRolePolicy instead of adding to the Default Policy Statement",
|
|
9628
9630
|
detailsMd: `
|
|
9629
|
-
[Deprecated default feature] When this feature flag is enabled, Lambda will create new inline policies with AddToRolePolicy.
|
|
9631
|
+
[Deprecated default feature] When this feature flag is enabled, Lambda will create new inline policies with AddToRolePolicy.
|
|
9630
9632
|
The purpose of this is to prevent lambda from creating a dependency on the Default Policy Statement.
|
|
9631
9633
|
This solves an issue where a circular dependency could occur if adding lambda to something like a Cognito Trigger, then adding the User Pool to the lambda execution role permissions.
|
|
9632
|
-
However in the current implementation, we have removed a dependency of the lambda function on the policy. In addition to this, a Role will be attached to the Policy instead of an inline policy being attached to the role.
|
|
9633
|
-
This will create a data race condition in the CloudFormation template because the creation of the Lambda function no longer waits for the policy to be created. Having said that, we are not deprecating the feature (we are defaulting the feature flag to false for new stacks) since this feature can still be used to get around the circular dependency issue (issue-7016) particularly in cases where the lambda resource creation doesnt need to depend on the policy resource creation.
|
|
9634
|
-
We recommend to unset the feature flag if already set which will restore the original behavior.
|
|
9634
|
+
However in the current implementation, we have removed a dependency of the lambda function on the policy. In addition to this, a Role will be attached to the Policy instead of an inline policy being attached to the role.
|
|
9635
|
+
This will create a data race condition in the CloudFormation template because the creation of the Lambda function no longer waits for the policy to be created. Having said that, we are not deprecating the feature (we are defaulting the feature flag to false for new stacks) since this feature can still be used to get around the circular dependency issue (issue-7016) particularly in cases where the lambda resource creation doesnt need to depend on the policy resource creation.
|
|
9636
|
+
We recommend to unset the feature flag if already set which will restore the original behavior.
|
|
9635
9637
|
`,
|
|
9636
9638
|
introducedIn: { v2: "2.180.0" },
|
|
9637
9639
|
recommendedValue: false
|
|
@@ -9669,13 +9671,13 @@ var require_features = __commonJS({
|
|
|
9669
9671
|
type: flag_modeling_1.FlagType.BugFix,
|
|
9670
9672
|
summary: "When enabled, grantPutEventsTo() will use resource policies with Statement IDs for service principals.",
|
|
9671
9673
|
detailsMd: `
|
|
9672
|
-
Currently, when granting permissions to service principals using grantPutEventsTo(), the operation silently fails
|
|
9673
|
-
because service principals require resource policies with Statement IDs.
|
|
9674
|
+
Currently, when granting permissions to service principals using grantPutEventsTo(), the operation silently fails
|
|
9675
|
+
because service principals require resource policies with Statement IDs.
|
|
9674
9676
|
|
|
9675
9677
|
When this flag is enabled:
|
|
9676
9678
|
- Resource policies will be created with Statement IDs for service principals
|
|
9677
9679
|
- The operation will succeed as expected
|
|
9678
|
-
|
|
9680
|
+
|
|
9679
9681
|
When this flag is disabled:
|
|
9680
9682
|
- A warning will be emitted
|
|
9681
9683
|
- The grant operation will be dropped
|
|
@@ -9687,6 +9689,43 @@ var require_features = __commonJS({
|
|
|
9687
9689
|
recommendedValue: true
|
|
9688
9690
|
},
|
|
9689
9691
|
//////////////////////////////////////////////////////////////////////
|
|
9692
|
+
[exports2.ASPECT_PRIORITIES_MUTATING]: {
|
|
9693
|
+
type: flag_modeling_1.FlagType.ApiDefault,
|
|
9694
|
+
summary: "When set to true, Aspects added by the construct library on your behalf will be given a priority of MUTATING.",
|
|
9695
|
+
detailsMd: `
|
|
9696
|
+
Custom Aspects you add have a priority of DEFAULT (500) if you don't
|
|
9697
|
+
assign a more specific priority, which is higher than MUTATING (200). This
|
|
9698
|
+
is relevant if a custom Aspect you add and an Aspect added by CDK try to
|
|
9699
|
+
configure the same value.
|
|
9700
|
+
|
|
9701
|
+
If this flag is set to false (old behavior), Aspects added by CDK are also
|
|
9702
|
+
added with a priority of DEFAULT; because their priorities are equal, the
|
|
9703
|
+
Aspects that is closest to the target construct executes last (either
|
|
9704
|
+
yours or the Aspect added by the CDK).
|
|
9705
|
+
|
|
9706
|
+
If this flag is set to true (recommended behavior), Aspects added by CDK are added
|
|
9707
|
+
with a priority of MUTATING, and custom Aspects you add with DEFAULT
|
|
9708
|
+
priority will always execute last and "win" the write. If you need Aspects
|
|
9709
|
+
added by CDK to run after yours, your Aspect needs to have a priority of
|
|
9710
|
+
MUTATING or lower.
|
|
9711
|
+
|
|
9712
|
+
This setting only applies to Aspects that were already being added for you
|
|
9713
|
+
before version 2.172.0. Aspects introduced since that version will always
|
|
9714
|
+
be added with a priority of MUTATING, independent of this feature flag.
|
|
9715
|
+
`,
|
|
9716
|
+
introducedIn: { v2: "2.189.1" },
|
|
9717
|
+
recommendedValue: true,
|
|
9718
|
+
compatibilityWithOldBehaviorMd: `
|
|
9719
|
+
To add mutating Aspects controlling construct values that can be overridden
|
|
9720
|
+
by Aspects added by CDK, give them MUTATING priority:
|
|
9721
|
+
|
|
9722
|
+
\`\`\`
|
|
9723
|
+
Aspects.of(stack).add(new MyCustomAspect(), {
|
|
9724
|
+
priority: AspectPriority.MUTATING,
|
|
9725
|
+
});
|
|
9726
|
+
\`\`\`
|
|
9727
|
+
`
|
|
9728
|
+
},
|
|
9690
9729
|
[exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA]: {
|
|
9691
9730
|
type: flag_modeling_1.FlagType.BugFix,
|
|
9692
9731
|
summary: "When enabled, table replica will be default to the removal policy of source table unless specified otherwise.",
|
|
@@ -9702,10 +9741,10 @@ var require_features = __commonJS({
|
|
|
9702
9741
|
type: flag_modeling_1.FlagType.ApiDefault,
|
|
9703
9742
|
summary: "When disabled, the value of the user pool client secret will not be logged in the custom resource lambda function logs.",
|
|
9704
9743
|
detailsMd: `
|
|
9705
|
-
When this feature flag is enabled, the SDK API call response to desribe user pool client values will be logged in the custom
|
|
9744
|
+
When this feature flag is enabled, the SDK API call response to desribe user pool client values will be logged in the custom
|
|
9706
9745
|
resource lambda function logs.
|
|
9707
|
-
|
|
9708
|
-
When this feature flag is disabled, the SDK API call response to describe user pool client values will not be logged in the custom
|
|
9746
|
+
|
|
9747
|
+
When this feature flag is disabled, the SDK API call response to describe user pool client values will not be logged in the custom
|
|
9709
9748
|
resource lambda function logs.
|
|
9710
9749
|
`,
|
|
9711
9750
|
introducedIn: { v2: "2.187.0" },
|
|
@@ -9726,6 +9765,17 @@ var require_features = __commonJS({
|
|
|
9726
9765
|
defaults: { v2: true },
|
|
9727
9766
|
recommendedValue: true,
|
|
9728
9767
|
compatibilityWithOldBehaviorMd: "Disable the feature flag to add the root account principal back"
|
|
9768
|
+
},
|
|
9769
|
+
[exports2.STEPFUNCTIONS_USE_DISTRIBUTED_MAP_RESULT_WRITER_V2]: {
|
|
9770
|
+
type: flag_modeling_1.FlagType.ApiDefault,
|
|
9771
|
+
summary: "When enabled, the resultWriterV2 property of DistributedMap will be used insted of resultWriter",
|
|
9772
|
+
detailsMd: `
|
|
9773
|
+
When this feature flag is enabled, the resultWriterV2 property is used instead of resultWriter in DistributedMap class.
|
|
9774
|
+
resultWriterV2 uses ResultWriterV2 class in StepFunctions ASL and can have either Bucket/Prefix or WriterConfig or both.
|
|
9775
|
+
`,
|
|
9776
|
+
introducedIn: { v2: "2.188.0" },
|
|
9777
|
+
recommendedValue: true,
|
|
9778
|
+
compatibilityWithOldBehaviorMd: "Disable the feature flag and set resultWriter in DistributedMap"
|
|
9729
9779
|
}
|
|
9730
9780
|
};
|
|
9731
9781
|
var CURRENT_MV = "v2";
|
|
@@ -9842,7 +9892,7 @@ var require_placeholders = __commonJS({
|
|
|
9842
9892
|
};
|
|
9843
9893
|
exports2.EnvironmentPlaceholders = EnvironmentPlaceholders;
|
|
9844
9894
|
_a = JSII_RTTI_SYMBOL_1;
|
|
9845
|
-
EnvironmentPlaceholders[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentPlaceholders", version: "2.
|
|
9895
|
+
EnvironmentPlaceholders[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentPlaceholders", version: "2.190.0" };
|
|
9846
9896
|
EnvironmentPlaceholders.CURRENT_REGION = "${AWS::Region}";
|
|
9847
9897
|
EnvironmentPlaceholders.CURRENT_ACCOUNT = "${AWS::AccountId}";
|
|
9848
9898
|
EnvironmentPlaceholders.CURRENT_PARTITION = "${AWS::Partition}";
|
|
@@ -10718,9 +10768,9 @@ var require_graceful_fs = __commonJS({
|
|
|
10718
10768
|
}
|
|
10719
10769
|
});
|
|
10720
10770
|
|
|
10721
|
-
// node_modules/fs-extra/lib/fs/index.js
|
|
10771
|
+
// ../../../node_modules/fs-extra/lib/fs/index.js
|
|
10722
10772
|
var require_fs = __commonJS({
|
|
10723
|
-
"node_modules/fs-extra/lib/fs/index.js"(exports2) {
|
|
10773
|
+
"../../../node_modules/fs-extra/lib/fs/index.js"(exports2) {
|
|
10724
10774
|
"use strict";
|
|
10725
10775
|
var u = require_universalify().fromCallback;
|
|
10726
10776
|
var fs8 = require_graceful_fs();
|
|
@@ -10831,9 +10881,9 @@ var require_at_least_node = __commonJS({
|
|
|
10831
10881
|
}
|
|
10832
10882
|
});
|
|
10833
10883
|
|
|
10834
|
-
// node_modules/fs-extra/lib/mkdirs/make-dir.js
|
|
10884
|
+
// ../../../node_modules/fs-extra/lib/mkdirs/make-dir.js
|
|
10835
10885
|
var require_make_dir = __commonJS({
|
|
10836
|
-
"node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports2, module2) {
|
|
10886
|
+
"../../../node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports2, module2) {
|
|
10837
10887
|
"use strict";
|
|
10838
10888
|
var fs8 = require_fs();
|
|
10839
10889
|
var path7 = require("path");
|
|
@@ -10942,9 +10992,9 @@ var require_make_dir = __commonJS({
|
|
|
10942
10992
|
}
|
|
10943
10993
|
});
|
|
10944
10994
|
|
|
10945
|
-
// node_modules/fs-extra/lib/mkdirs/index.js
|
|
10995
|
+
// ../../../node_modules/fs-extra/lib/mkdirs/index.js
|
|
10946
10996
|
var require_mkdirs = __commonJS({
|
|
10947
|
-
"node_modules/fs-extra/lib/mkdirs/index.js"(exports2, module2) {
|
|
10997
|
+
"../../../node_modules/fs-extra/lib/mkdirs/index.js"(exports2, module2) {
|
|
10948
10998
|
"use strict";
|
|
10949
10999
|
var u = require_universalify().fromPromise;
|
|
10950
11000
|
var { makeDir: _makeDir, makeDirSync } = require_make_dir();
|
|
@@ -10961,9 +11011,9 @@ var require_mkdirs = __commonJS({
|
|
|
10961
11011
|
}
|
|
10962
11012
|
});
|
|
10963
11013
|
|
|
10964
|
-
// node_modules/fs-extra/lib/util/utimes.js
|
|
11014
|
+
// ../../../node_modules/fs-extra/lib/util/utimes.js
|
|
10965
11015
|
var require_utimes = __commonJS({
|
|
10966
|
-
"node_modules/fs-extra/lib/util/utimes.js"(exports2, module2) {
|
|
11016
|
+
"../../../node_modules/fs-extra/lib/util/utimes.js"(exports2, module2) {
|
|
10967
11017
|
"use strict";
|
|
10968
11018
|
var fs8 = require_graceful_fs();
|
|
10969
11019
|
function utimesMillis(path7, atime, mtime, callback) {
|
|
@@ -10988,9 +11038,9 @@ var require_utimes = __commonJS({
|
|
|
10988
11038
|
}
|
|
10989
11039
|
});
|
|
10990
11040
|
|
|
10991
|
-
// node_modules/fs-extra/lib/util/stat.js
|
|
11041
|
+
// ../../../node_modules/fs-extra/lib/util/stat.js
|
|
10992
11042
|
var require_stat = __commonJS({
|
|
10993
|
-
"node_modules/fs-extra/lib/util/stat.js"(exports2, module2) {
|
|
11043
|
+
"../../../node_modules/fs-extra/lib/util/stat.js"(exports2, module2) {
|
|
10994
11044
|
"use strict";
|
|
10995
11045
|
var fs8 = require_fs();
|
|
10996
11046
|
var path7 = require("path");
|
|
@@ -11104,9 +11154,9 @@ var require_stat = __commonJS({
|
|
|
11104
11154
|
}
|
|
11105
11155
|
});
|
|
11106
11156
|
|
|
11107
|
-
// node_modules/fs-extra/lib/copy-sync/copy-sync.js
|
|
11157
|
+
// ../../../node_modules/fs-extra/lib/copy-sync/copy-sync.js
|
|
11108
11158
|
var require_copy_sync = __commonJS({
|
|
11109
|
-
"node_modules/fs-extra/lib/copy-sync/copy-sync.js"(exports2, module2) {
|
|
11159
|
+
"../../../node_modules/fs-extra/lib/copy-sync/copy-sync.js"(exports2, module2) {
|
|
11110
11160
|
"use strict";
|
|
11111
11161
|
var fs8 = require_graceful_fs();
|
|
11112
11162
|
var path7 = require("path");
|
|
@@ -11236,9 +11286,9 @@ var require_copy_sync = __commonJS({
|
|
|
11236
11286
|
}
|
|
11237
11287
|
});
|
|
11238
11288
|
|
|
11239
|
-
// node_modules/fs-extra/lib/copy-sync/index.js
|
|
11289
|
+
// ../../../node_modules/fs-extra/lib/copy-sync/index.js
|
|
11240
11290
|
var require_copy_sync2 = __commonJS({
|
|
11241
|
-
"node_modules/fs-extra/lib/copy-sync/index.js"(exports2, module2) {
|
|
11291
|
+
"../../../node_modules/fs-extra/lib/copy-sync/index.js"(exports2, module2) {
|
|
11242
11292
|
"use strict";
|
|
11243
11293
|
module2.exports = {
|
|
11244
11294
|
copySync: require_copy_sync()
|
|
@@ -11246,9 +11296,9 @@ var require_copy_sync2 = __commonJS({
|
|
|
11246
11296
|
}
|
|
11247
11297
|
});
|
|
11248
11298
|
|
|
11249
|
-
// node_modules/fs-extra/lib/path-exists/index.js
|
|
11299
|
+
// ../../../node_modules/fs-extra/lib/path-exists/index.js
|
|
11250
11300
|
var require_path_exists = __commonJS({
|
|
11251
|
-
"node_modules/fs-extra/lib/path-exists/index.js"(exports2, module2) {
|
|
11301
|
+
"../../../node_modules/fs-extra/lib/path-exists/index.js"(exports2, module2) {
|
|
11252
11302
|
"use strict";
|
|
11253
11303
|
var u = require_universalify().fromPromise;
|
|
11254
11304
|
var fs8 = require_fs();
|
|
@@ -11262,9 +11312,9 @@ var require_path_exists = __commonJS({
|
|
|
11262
11312
|
}
|
|
11263
11313
|
});
|
|
11264
11314
|
|
|
11265
|
-
// node_modules/fs-extra/lib/copy/copy.js
|
|
11315
|
+
// ../../../node_modules/fs-extra/lib/copy/copy.js
|
|
11266
11316
|
var require_copy = __commonJS({
|
|
11267
|
-
"node_modules/fs-extra/lib/copy/copy.js"(exports2, module2) {
|
|
11317
|
+
"../../../node_modules/fs-extra/lib/copy/copy.js"(exports2, module2) {
|
|
11268
11318
|
"use strict";
|
|
11269
11319
|
var fs8 = require_graceful_fs();
|
|
11270
11320
|
var path7 = require("path");
|
|
@@ -11457,9 +11507,9 @@ var require_copy = __commonJS({
|
|
|
11457
11507
|
}
|
|
11458
11508
|
});
|
|
11459
11509
|
|
|
11460
|
-
// node_modules/fs-extra/lib/copy/index.js
|
|
11510
|
+
// ../../../node_modules/fs-extra/lib/copy/index.js
|
|
11461
11511
|
var require_copy2 = __commonJS({
|
|
11462
|
-
"node_modules/fs-extra/lib/copy/index.js"(exports2, module2) {
|
|
11512
|
+
"../../../node_modules/fs-extra/lib/copy/index.js"(exports2, module2) {
|
|
11463
11513
|
"use strict";
|
|
11464
11514
|
var u = require_universalify().fromCallback;
|
|
11465
11515
|
module2.exports = {
|
|
@@ -11468,9 +11518,9 @@ var require_copy2 = __commonJS({
|
|
|
11468
11518
|
}
|
|
11469
11519
|
});
|
|
11470
11520
|
|
|
11471
|
-
// node_modules/fs-extra/lib/remove/rimraf.js
|
|
11521
|
+
// ../../../node_modules/fs-extra/lib/remove/rimraf.js
|
|
11472
11522
|
var require_rimraf = __commonJS({
|
|
11473
|
-
"node_modules/fs-extra/lib/remove/rimraf.js"(exports2, module2) {
|
|
11523
|
+
"../../../node_modules/fs-extra/lib/remove/rimraf.js"(exports2, module2) {
|
|
11474
11524
|
"use strict";
|
|
11475
11525
|
var fs8 = require_graceful_fs();
|
|
11476
11526
|
var path7 = require("path");
|
|
@@ -11703,9 +11753,9 @@ var require_rimraf = __commonJS({
|
|
|
11703
11753
|
}
|
|
11704
11754
|
});
|
|
11705
11755
|
|
|
11706
|
-
// node_modules/fs-extra/lib/remove/index.js
|
|
11756
|
+
// ../../../node_modules/fs-extra/lib/remove/index.js
|
|
11707
11757
|
var require_remove = __commonJS({
|
|
11708
|
-
"node_modules/fs-extra/lib/remove/index.js"(exports2, module2) {
|
|
11758
|
+
"../../../node_modules/fs-extra/lib/remove/index.js"(exports2, module2) {
|
|
11709
11759
|
"use strict";
|
|
11710
11760
|
var u = require_universalify().fromCallback;
|
|
11711
11761
|
var rimraf = require_rimraf();
|
|
@@ -11716,9 +11766,9 @@ var require_remove = __commonJS({
|
|
|
11716
11766
|
}
|
|
11717
11767
|
});
|
|
11718
11768
|
|
|
11719
|
-
// node_modules/fs-extra/lib/empty/index.js
|
|
11769
|
+
// ../../../node_modules/fs-extra/lib/empty/index.js
|
|
11720
11770
|
var require_empty = __commonJS({
|
|
11721
|
-
"node_modules/fs-extra/lib/empty/index.js"(exports2, module2) {
|
|
11771
|
+
"../../../node_modules/fs-extra/lib/empty/index.js"(exports2, module2) {
|
|
11722
11772
|
"use strict";
|
|
11723
11773
|
var u = require_universalify().fromCallback;
|
|
11724
11774
|
var fs8 = require_graceful_fs();
|
|
@@ -11763,9 +11813,9 @@ var require_empty = __commonJS({
|
|
|
11763
11813
|
}
|
|
11764
11814
|
});
|
|
11765
11815
|
|
|
11766
|
-
// node_modules/fs-extra/lib/ensure/file.js
|
|
11816
|
+
// ../../../node_modules/fs-extra/lib/ensure/file.js
|
|
11767
11817
|
var require_file = __commonJS({
|
|
11768
|
-
"node_modules/fs-extra/lib/ensure/file.js"(exports2, module2) {
|
|
11818
|
+
"../../../node_modules/fs-extra/lib/ensure/file.js"(exports2, module2) {
|
|
11769
11819
|
"use strict";
|
|
11770
11820
|
var u = require_universalify().fromCallback;
|
|
11771
11821
|
var path7 = require("path");
|
|
@@ -11825,9 +11875,9 @@ var require_file = __commonJS({
|
|
|
11825
11875
|
}
|
|
11826
11876
|
});
|
|
11827
11877
|
|
|
11828
|
-
// node_modules/fs-extra/lib/ensure/link.js
|
|
11878
|
+
// ../../../node_modules/fs-extra/lib/ensure/link.js
|
|
11829
11879
|
var require_link = __commonJS({
|
|
11830
|
-
"node_modules/fs-extra/lib/ensure/link.js"(exports2, module2) {
|
|
11880
|
+
"../../../node_modules/fs-extra/lib/ensure/link.js"(exports2, module2) {
|
|
11831
11881
|
"use strict";
|
|
11832
11882
|
var u = require_universalify().fromCallback;
|
|
11833
11883
|
var path7 = require("path");
|
|
@@ -11883,9 +11933,9 @@ var require_link = __commonJS({
|
|
|
11883
11933
|
}
|
|
11884
11934
|
});
|
|
11885
11935
|
|
|
11886
|
-
// node_modules/fs-extra/lib/ensure/symlink-paths.js
|
|
11936
|
+
// ../../../node_modules/fs-extra/lib/ensure/symlink-paths.js
|
|
11887
11937
|
var require_symlink_paths = __commonJS({
|
|
11888
|
-
"node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports2, module2) {
|
|
11938
|
+
"../../../node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports2, module2) {
|
|
11889
11939
|
"use strict";
|
|
11890
11940
|
var path7 = require("path");
|
|
11891
11941
|
var fs8 = require_graceful_fs();
|
|
@@ -11962,9 +12012,9 @@ var require_symlink_paths = __commonJS({
|
|
|
11962
12012
|
}
|
|
11963
12013
|
});
|
|
11964
12014
|
|
|
11965
|
-
// node_modules/fs-extra/lib/ensure/symlink-type.js
|
|
12015
|
+
// ../../../node_modules/fs-extra/lib/ensure/symlink-type.js
|
|
11966
12016
|
var require_symlink_type = __commonJS({
|
|
11967
|
-
"node_modules/fs-extra/lib/ensure/symlink-type.js"(exports2, module2) {
|
|
12017
|
+
"../../../node_modules/fs-extra/lib/ensure/symlink-type.js"(exports2, module2) {
|
|
11968
12018
|
"use strict";
|
|
11969
12019
|
var fs8 = require_graceful_fs();
|
|
11970
12020
|
function symlinkType(srcpath, type, callback) {
|
|
@@ -11994,9 +12044,9 @@ var require_symlink_type = __commonJS({
|
|
|
11994
12044
|
}
|
|
11995
12045
|
});
|
|
11996
12046
|
|
|
11997
|
-
// node_modules/fs-extra/lib/ensure/symlink.js
|
|
12047
|
+
// ../../../node_modules/fs-extra/lib/ensure/symlink.js
|
|
11998
12048
|
var require_symlink = __commonJS({
|
|
11999
|
-
"node_modules/fs-extra/lib/ensure/symlink.js"(exports2, module2) {
|
|
12049
|
+
"../../../node_modules/fs-extra/lib/ensure/symlink.js"(exports2, module2) {
|
|
12000
12050
|
"use strict";
|
|
12001
12051
|
var u = require_universalify().fromCallback;
|
|
12002
12052
|
var path7 = require("path");
|
|
@@ -12054,9 +12104,9 @@ var require_symlink = __commonJS({
|
|
|
12054
12104
|
}
|
|
12055
12105
|
});
|
|
12056
12106
|
|
|
12057
|
-
// node_modules/fs-extra/lib/ensure/index.js
|
|
12107
|
+
// ../../../node_modules/fs-extra/lib/ensure/index.js
|
|
12058
12108
|
var require_ensure = __commonJS({
|
|
12059
|
-
"node_modules/fs-extra/lib/ensure/index.js"(exports2, module2) {
|
|
12109
|
+
"../../../node_modules/fs-extra/lib/ensure/index.js"(exports2, module2) {
|
|
12060
12110
|
"use strict";
|
|
12061
12111
|
var file = require_file();
|
|
12062
12112
|
var link = require_link();
|
|
@@ -12170,9 +12220,9 @@ var require_jsonfile = __commonJS({
|
|
|
12170
12220
|
}
|
|
12171
12221
|
});
|
|
12172
12222
|
|
|
12173
|
-
// node_modules/fs-extra/lib/json/jsonfile.js
|
|
12223
|
+
// ../../../node_modules/fs-extra/lib/json/jsonfile.js
|
|
12174
12224
|
var require_jsonfile2 = __commonJS({
|
|
12175
|
-
"node_modules/fs-extra/lib/json/jsonfile.js"(exports2, module2) {
|
|
12225
|
+
"../../../node_modules/fs-extra/lib/json/jsonfile.js"(exports2, module2) {
|
|
12176
12226
|
"use strict";
|
|
12177
12227
|
var jsonFile = require_jsonfile();
|
|
12178
12228
|
module2.exports = {
|
|
@@ -12185,9 +12235,9 @@ var require_jsonfile2 = __commonJS({
|
|
|
12185
12235
|
}
|
|
12186
12236
|
});
|
|
12187
12237
|
|
|
12188
|
-
// node_modules/fs-extra/lib/output/index.js
|
|
12238
|
+
// ../../../node_modules/fs-extra/lib/output/index.js
|
|
12189
12239
|
var require_output = __commonJS({
|
|
12190
|
-
"node_modules/fs-extra/lib/output/index.js"(exports2, module2) {
|
|
12240
|
+
"../../../node_modules/fs-extra/lib/output/index.js"(exports2, module2) {
|
|
12191
12241
|
"use strict";
|
|
12192
12242
|
var u = require_universalify().fromCallback;
|
|
12193
12243
|
var fs8 = require_graceful_fs();
|
|
@@ -12224,9 +12274,9 @@ var require_output = __commonJS({
|
|
|
12224
12274
|
}
|
|
12225
12275
|
});
|
|
12226
12276
|
|
|
12227
|
-
// node_modules/fs-extra/lib/json/output-json.js
|
|
12277
|
+
// ../../../node_modules/fs-extra/lib/json/output-json.js
|
|
12228
12278
|
var require_output_json = __commonJS({
|
|
12229
|
-
"node_modules/fs-extra/lib/json/output-json.js"(exports2, module2) {
|
|
12279
|
+
"../../../node_modules/fs-extra/lib/json/output-json.js"(exports2, module2) {
|
|
12230
12280
|
"use strict";
|
|
12231
12281
|
var { stringify } = require_utils();
|
|
12232
12282
|
var { outputFile } = require_output();
|
|
@@ -12238,9 +12288,9 @@ var require_output_json = __commonJS({
|
|
|
12238
12288
|
}
|
|
12239
12289
|
});
|
|
12240
12290
|
|
|
12241
|
-
// node_modules/fs-extra/lib/json/output-json-sync.js
|
|
12291
|
+
// ../../../node_modules/fs-extra/lib/json/output-json-sync.js
|
|
12242
12292
|
var require_output_json_sync = __commonJS({
|
|
12243
|
-
"node_modules/fs-extra/lib/json/output-json-sync.js"(exports2, module2) {
|
|
12293
|
+
"../../../node_modules/fs-extra/lib/json/output-json-sync.js"(exports2, module2) {
|
|
12244
12294
|
"use strict";
|
|
12245
12295
|
var { stringify } = require_utils();
|
|
12246
12296
|
var { outputFileSync } = require_output();
|
|
@@ -12252,9 +12302,9 @@ var require_output_json_sync = __commonJS({
|
|
|
12252
12302
|
}
|
|
12253
12303
|
});
|
|
12254
12304
|
|
|
12255
|
-
// node_modules/fs-extra/lib/json/index.js
|
|
12305
|
+
// ../../../node_modules/fs-extra/lib/json/index.js
|
|
12256
12306
|
var require_json = __commonJS({
|
|
12257
|
-
"node_modules/fs-extra/lib/json/index.js"(exports2, module2) {
|
|
12307
|
+
"../../../node_modules/fs-extra/lib/json/index.js"(exports2, module2) {
|
|
12258
12308
|
"use strict";
|
|
12259
12309
|
var u = require_universalify().fromPromise;
|
|
12260
12310
|
var jsonFile = require_jsonfile2();
|
|
@@ -12270,9 +12320,9 @@ var require_json = __commonJS({
|
|
|
12270
12320
|
}
|
|
12271
12321
|
});
|
|
12272
12322
|
|
|
12273
|
-
// node_modules/fs-extra/lib/move-sync/move-sync.js
|
|
12323
|
+
// ../../../node_modules/fs-extra/lib/move-sync/move-sync.js
|
|
12274
12324
|
var require_move_sync = __commonJS({
|
|
12275
|
-
"node_modules/fs-extra/lib/move-sync/move-sync.js"(exports2, module2) {
|
|
12325
|
+
"../../../node_modules/fs-extra/lib/move-sync/move-sync.js"(exports2, module2) {
|
|
12276
12326
|
"use strict";
|
|
12277
12327
|
var fs8 = require_graceful_fs();
|
|
12278
12328
|
var path7 = require("path");
|
|
@@ -12316,9 +12366,9 @@ var require_move_sync = __commonJS({
|
|
|
12316
12366
|
}
|
|
12317
12367
|
});
|
|
12318
12368
|
|
|
12319
|
-
// node_modules/fs-extra/lib/move-sync/index.js
|
|
12369
|
+
// ../../../node_modules/fs-extra/lib/move-sync/index.js
|
|
12320
12370
|
var require_move_sync2 = __commonJS({
|
|
12321
|
-
"node_modules/fs-extra/lib/move-sync/index.js"(exports2, module2) {
|
|
12371
|
+
"../../../node_modules/fs-extra/lib/move-sync/index.js"(exports2, module2) {
|
|
12322
12372
|
"use strict";
|
|
12323
12373
|
module2.exports = {
|
|
12324
12374
|
moveSync: require_move_sync()
|
|
@@ -12326,9 +12376,9 @@ var require_move_sync2 = __commonJS({
|
|
|
12326
12376
|
}
|
|
12327
12377
|
});
|
|
12328
12378
|
|
|
12329
|
-
// node_modules/fs-extra/lib/move/move.js
|
|
12379
|
+
// ../../../node_modules/fs-extra/lib/move/move.js
|
|
12330
12380
|
var require_move = __commonJS({
|
|
12331
|
-
"node_modules/fs-extra/lib/move/move.js"(exports2, module2) {
|
|
12381
|
+
"../../../node_modules/fs-extra/lib/move/move.js"(exports2, module2) {
|
|
12332
12382
|
"use strict";
|
|
12333
12383
|
var fs8 = require_graceful_fs();
|
|
12334
12384
|
var path7 = require("path");
|
|
@@ -12389,9 +12439,9 @@ var require_move = __commonJS({
|
|
|
12389
12439
|
}
|
|
12390
12440
|
});
|
|
12391
12441
|
|
|
12392
|
-
// node_modules/fs-extra/lib/move/index.js
|
|
12442
|
+
// ../../../node_modules/fs-extra/lib/move/index.js
|
|
12393
12443
|
var require_move2 = __commonJS({
|
|
12394
|
-
"node_modules/fs-extra/lib/move/index.js"(exports2, module2) {
|
|
12444
|
+
"../../../node_modules/fs-extra/lib/move/index.js"(exports2, module2) {
|
|
12395
12445
|
"use strict";
|
|
12396
12446
|
var u = require_universalify().fromCallback;
|
|
12397
12447
|
module2.exports = {
|
|
@@ -12400,9 +12450,9 @@ var require_move2 = __commonJS({
|
|
|
12400
12450
|
}
|
|
12401
12451
|
});
|
|
12402
12452
|
|
|
12403
|
-
// node_modules/fs-extra/lib/index.js
|
|
12453
|
+
// ../../../node_modules/fs-extra/lib/index.js
|
|
12404
12454
|
var require_lib5 = __commonJS({
|
|
12405
|
-
"node_modules/fs-extra/lib/index.js"(exports2, module2) {
|
|
12455
|
+
"../../../node_modules/fs-extra/lib/index.js"(exports2, module2) {
|
|
12406
12456
|
"use strict";
|
|
12407
12457
|
module2.exports = {
|
|
12408
12458
|
// Export promiseified graceful-fs:
|
|
@@ -12747,6 +12797,8 @@ __export(recommended_feature_flags_exports, {
|
|
|
12747
12797
|
"@aws-cdk/aws-sns-subscriptions:restrictSqsDescryption": () => _aws_cdk_aws_sns_subscriptions_restrictSqsDescryption,
|
|
12748
12798
|
"@aws-cdk/aws-stepfunctions-tasks:enableEmrServicePolicyV2": () => _aws_cdk_aws_stepfunctions_tasks_enableEmrServicePolicyV2,
|
|
12749
12799
|
"@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy": () => _aws_cdk_aws_stepfunctions_tasks_fixRunEcsTaskPolicy,
|
|
12800
|
+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": () => _aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2,
|
|
12801
|
+
"@aws-cdk/core:aspectPrioritiesMutating": () => _aws_cdk_core_aspectPrioritiesMutating,
|
|
12750
12802
|
"@aws-cdk/core:cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics": () => _aws_cdk_core_cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics,
|
|
12751
12803
|
"@aws-cdk/core:checkSecretUsage": () => _aws_cdk_core_checkSecretUsage,
|
|
12752
12804
|
"@aws-cdk/core:enableAdditionalMetadataCollection": () => _aws_cdk_core_enableAdditionalMetadataCollection,
|
|
@@ -12758,7 +12810,7 @@ __export(recommended_feature_flags_exports, {
|
|
|
12758
12810
|
"@aws-cdk/customresources:installLatestAwsSdkDefault": () => _aws_cdk_customresources_installLatestAwsSdkDefault,
|
|
12759
12811
|
default: () => recommended_feature_flags_default
|
|
12760
12812
|
});
|
|
12761
|
-
var _aws_cdk_aws_lambda_recognizeLayerVersion, _aws_cdk_core_checkSecretUsage, _aws_cdk_core_target_partitions, _aws_cdk_containers_ecs_service_extensions_enableDefaultLogDriver, _aws_cdk_aws_ec2_uniqueImdsv2TemplateName, _aws_cdk_aws_ecs_arnFormatIncludesClusterName, _aws_cdk_aws_iam_minimizePolicies, _aws_cdk_core_validateSnapshotRemovalPolicy, _aws_cdk_aws_codepipeline_crossAccountKeyAliasStackSafeResourceName, _aws_cdk_aws_s3_createDefaultLoggingPolicy, _aws_cdk_aws_sns_subscriptions_restrictSqsDescryption, _aws_cdk_aws_apigateway_disableCloudWatchRole, _aws_cdk_core_enablePartitionLiterals, _aws_cdk_aws_events_eventsTargetQueueSameAccount, _aws_cdk_aws_ecs_disableExplicitDeploymentControllerForCircuitBreaker, _aws_cdk_aws_iam_importedRoleStackSafeDefaultPolicyName, _aws_cdk_aws_s3_serverAccessLogsUseBucketPolicy, _aws_cdk_aws_route53_patters_useCertificate, _aws_cdk_customresources_installLatestAwsSdkDefault, _aws_cdk_aws_rds_databaseProxyUniqueResourceName, _aws_cdk_aws_codedeploy_removeAlarmsFromDeploymentGroup, _aws_cdk_aws_apigateway_authorizerChangeDeploymentLogicalId, _aws_cdk_aws_ec2_launchTemplateDefaultUserData, _aws_cdk_aws_secretsmanager_useAttachedSecretResourcePolicyForSecretTargetAttachments, _aws_cdk_aws_redshift_columnId, _aws_cdk_aws_stepfunctions_tasks_enableEmrServicePolicyV2, _aws_cdk_aws_ec2_restrictDefaultSecurityGroup, _aws_cdk_aws_apigateway_requestValidatorUniqueId, _aws_cdk_aws_kms_aliasNameRef, _aws_cdk_aws_autoscaling_generateLaunchTemplateInsteadOfLaunchConfig, _aws_cdk_core_includePrefixInUniqueNameGeneration, _aws_cdk_aws_efs_denyAnonymousAccess, _aws_cdk_aws_opensearchservice_enableOpensearchMultiAzWithStandby, _aws_cdk_aws_lambda_nodejs_useLatestRuntimeVersion, _aws_cdk_aws_efs_mountTargetOrderInsensitiveLogicalId, _aws_cdk_aws_rds_auroraClusterChangeScopeOfInstanceParameterGroupWithEachParameters, _aws_cdk_aws_appsync_useArnForSourceApiAssociationIdentifier, _aws_cdk_aws_rds_preventRenderingDeprecatedCredentials, _aws_cdk_aws_codepipeline_actions_useNewDefaultBranchForCodeCommitSource, _aws_cdk_aws_cloudwatch_actions_changeLambdaPermissionLogicalIdForLambdaAction, _aws_cdk_aws_codepipeline_crossAccountKeysDefaultValueToFalse, _aws_cdk_aws_codepipeline_defaultPipelineTypeToV2, _aws_cdk_aws_kms_reduceCrossAccountRegionPolicyScope, _aws_cdk_aws_eks_nodegroupNameAttribute, _aws_cdk_aws_ec2_ebsDefaultGp3Volume, _aws_cdk_aws_ecs_removeDefaultDeploymentAlarm, _aws_cdk_custom_resources_logApiResponseDataPropertyTrueDefault, _aws_cdk_aws_s3_keepNotificationInImportedBucket, _aws_cdk_aws_ecs_enableImdsBlockingDeprecatedFeature, _aws_cdk_aws_ecs_disableEcsImdsBlocking, _aws_cdk_aws_ecs_reduceEc2FargateCloudWatchPermissions, _aws_cdk_aws_dynamodb_resourcePolicyPerReplica, _aws_cdk_aws_ec2_ec2SumTImeoutEnabled, _aws_cdk_aws_appsync_appSyncGraphQLAPIScopeLambdaPermission, _aws_cdk_aws_rds_setCorrectValueForDatabaseInstanceReadReplicaInstanceResourceId, _aws_cdk_core_cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics, _aws_cdk_aws_lambda_nodejs_sdkV3ExcludeSmithyPackages, _aws_cdk_aws_stepfunctions_tasks_fixRunEcsTaskPolicy, _aws_cdk_aws_ec2_bastionHostUseAmazonLinux2023ByDefault, _aws_cdk_aws_route53_targets_userPoolDomainNameMethodWithoutCustomResource, _aws_cdk_aws_elasticloadbalancingV2_albDualstackWithoutPublicIpv4SecurityGroupRulesDefault, _aws_cdk_aws_iam_oidcRejectUnauthorizedConnections, _aws_cdk_core_enableAdditionalMetadataCollection, _aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy, _aws_cdk_aws_s3_setUniqueReplicationRoleName, _aws_cdk_aws_events_requireEventBusPolicySid, _aws_cdk_aws_dynamodb_retainTableReplica, recommended_feature_flags_default;
|
|
12813
|
+
var _aws_cdk_aws_lambda_recognizeLayerVersion, _aws_cdk_core_checkSecretUsage, _aws_cdk_core_target_partitions, _aws_cdk_containers_ecs_service_extensions_enableDefaultLogDriver, _aws_cdk_aws_ec2_uniqueImdsv2TemplateName, _aws_cdk_aws_ecs_arnFormatIncludesClusterName, _aws_cdk_aws_iam_minimizePolicies, _aws_cdk_core_validateSnapshotRemovalPolicy, _aws_cdk_aws_codepipeline_crossAccountKeyAliasStackSafeResourceName, _aws_cdk_aws_s3_createDefaultLoggingPolicy, _aws_cdk_aws_sns_subscriptions_restrictSqsDescryption, _aws_cdk_aws_apigateway_disableCloudWatchRole, _aws_cdk_core_enablePartitionLiterals, _aws_cdk_aws_events_eventsTargetQueueSameAccount, _aws_cdk_aws_ecs_disableExplicitDeploymentControllerForCircuitBreaker, _aws_cdk_aws_iam_importedRoleStackSafeDefaultPolicyName, _aws_cdk_aws_s3_serverAccessLogsUseBucketPolicy, _aws_cdk_aws_route53_patters_useCertificate, _aws_cdk_customresources_installLatestAwsSdkDefault, _aws_cdk_aws_rds_databaseProxyUniqueResourceName, _aws_cdk_aws_codedeploy_removeAlarmsFromDeploymentGroup, _aws_cdk_aws_apigateway_authorizerChangeDeploymentLogicalId, _aws_cdk_aws_ec2_launchTemplateDefaultUserData, _aws_cdk_aws_secretsmanager_useAttachedSecretResourcePolicyForSecretTargetAttachments, _aws_cdk_aws_redshift_columnId, _aws_cdk_aws_stepfunctions_tasks_enableEmrServicePolicyV2, _aws_cdk_aws_ec2_restrictDefaultSecurityGroup, _aws_cdk_aws_apigateway_requestValidatorUniqueId, _aws_cdk_aws_kms_aliasNameRef, _aws_cdk_aws_autoscaling_generateLaunchTemplateInsteadOfLaunchConfig, _aws_cdk_core_includePrefixInUniqueNameGeneration, _aws_cdk_aws_efs_denyAnonymousAccess, _aws_cdk_aws_opensearchservice_enableOpensearchMultiAzWithStandby, _aws_cdk_aws_lambda_nodejs_useLatestRuntimeVersion, _aws_cdk_aws_efs_mountTargetOrderInsensitiveLogicalId, _aws_cdk_aws_rds_auroraClusterChangeScopeOfInstanceParameterGroupWithEachParameters, _aws_cdk_aws_appsync_useArnForSourceApiAssociationIdentifier, _aws_cdk_aws_rds_preventRenderingDeprecatedCredentials, _aws_cdk_aws_codepipeline_actions_useNewDefaultBranchForCodeCommitSource, _aws_cdk_aws_cloudwatch_actions_changeLambdaPermissionLogicalIdForLambdaAction, _aws_cdk_aws_codepipeline_crossAccountKeysDefaultValueToFalse, _aws_cdk_aws_codepipeline_defaultPipelineTypeToV2, _aws_cdk_aws_kms_reduceCrossAccountRegionPolicyScope, _aws_cdk_aws_eks_nodegroupNameAttribute, _aws_cdk_aws_ec2_ebsDefaultGp3Volume, _aws_cdk_aws_ecs_removeDefaultDeploymentAlarm, _aws_cdk_custom_resources_logApiResponseDataPropertyTrueDefault, _aws_cdk_aws_s3_keepNotificationInImportedBucket, _aws_cdk_aws_ecs_enableImdsBlockingDeprecatedFeature, _aws_cdk_aws_ecs_disableEcsImdsBlocking, _aws_cdk_aws_ecs_reduceEc2FargateCloudWatchPermissions, _aws_cdk_aws_dynamodb_resourcePolicyPerReplica, _aws_cdk_aws_ec2_ec2SumTImeoutEnabled, _aws_cdk_aws_appsync_appSyncGraphQLAPIScopeLambdaPermission, _aws_cdk_aws_rds_setCorrectValueForDatabaseInstanceReadReplicaInstanceResourceId, _aws_cdk_core_cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics, _aws_cdk_aws_lambda_nodejs_sdkV3ExcludeSmithyPackages, _aws_cdk_aws_stepfunctions_tasks_fixRunEcsTaskPolicy, _aws_cdk_aws_ec2_bastionHostUseAmazonLinux2023ByDefault, _aws_cdk_aws_route53_targets_userPoolDomainNameMethodWithoutCustomResource, _aws_cdk_aws_elasticloadbalancingV2_albDualstackWithoutPublicIpv4SecurityGroupRulesDefault, _aws_cdk_aws_iam_oidcRejectUnauthorizedConnections, _aws_cdk_core_enableAdditionalMetadataCollection, _aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy, _aws_cdk_aws_s3_setUniqueReplicationRoleName, _aws_cdk_aws_events_requireEventBusPolicySid, _aws_cdk_core_aspectPrioritiesMutating, _aws_cdk_aws_dynamodb_retainTableReplica, _aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2, recommended_feature_flags_default;
|
|
12762
12814
|
var init_recommended_feature_flags = __esm({
|
|
12763
12815
|
"lib/recommended-feature-flags.json"() {
|
|
12764
12816
|
_aws_cdk_aws_lambda_recognizeLayerVersion = true;
|
|
@@ -12830,7 +12882,9 @@ var init_recommended_feature_flags = __esm({
|
|
|
12830
12882
|
_aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy = false;
|
|
12831
12883
|
_aws_cdk_aws_s3_setUniqueReplicationRoleName = true;
|
|
12832
12884
|
_aws_cdk_aws_events_requireEventBusPolicySid = true;
|
|
12885
|
+
_aws_cdk_core_aspectPrioritiesMutating = true;
|
|
12833
12886
|
_aws_cdk_aws_dynamodb_retainTableReplica = true;
|
|
12887
|
+
_aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2 = true;
|
|
12834
12888
|
recommended_feature_flags_default = {
|
|
12835
12889
|
"@aws-cdk/aws-lambda:recognizeLayerVersion": _aws_cdk_aws_lambda_recognizeLayerVersion,
|
|
12836
12890
|
"@aws-cdk/core:checkSecretUsage": _aws_cdk_core_checkSecretUsage,
|
|
@@ -12898,7 +12952,9 @@ var init_recommended_feature_flags = __esm({
|
|
|
12898
12952
|
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": _aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy,
|
|
12899
12953
|
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": _aws_cdk_aws_s3_setUniqueReplicationRoleName,
|
|
12900
12954
|
"@aws-cdk/aws-events:requireEventBusPolicySid": _aws_cdk_aws_events_requireEventBusPolicySid,
|
|
12901
|
-
"@aws-cdk/
|
|
12955
|
+
"@aws-cdk/core:aspectPrioritiesMutating": _aws_cdk_core_aspectPrioritiesMutating,
|
|
12956
|
+
"@aws-cdk/aws-dynamodb:retainTableReplica": _aws_cdk_aws_dynamodb_retainTableReplica,
|
|
12957
|
+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": _aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2
|
|
12902
12958
|
};
|
|
12903
12959
|
}
|
|
12904
12960
|
});
|
|
@@ -28473,9 +28529,9 @@ var init_format_table = __esm({
|
|
|
28473
28529
|
}
|
|
28474
28530
|
});
|
|
28475
28531
|
|
|
28476
|
-
//
|
|
28532
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/base.js
|
|
28477
28533
|
var require_base = __commonJS({
|
|
28478
|
-
"
|
|
28534
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/base.js"(exports2) {
|
|
28479
28535
|
"use strict";
|
|
28480
28536
|
Object.defineProperty(exports2, "__esModule", {
|
|
28481
28537
|
value: true
|
|
@@ -28724,9 +28780,9 @@ var require_base = __commonJS({
|
|
|
28724
28780
|
}
|
|
28725
28781
|
});
|
|
28726
28782
|
|
|
28727
|
-
//
|
|
28783
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/character.js
|
|
28728
28784
|
var require_character = __commonJS({
|
|
28729
|
-
"
|
|
28785
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/character.js"(exports2) {
|
|
28730
28786
|
"use strict";
|
|
28731
28787
|
Object.defineProperty(exports2, "__esModule", {
|
|
28732
28788
|
value: true
|
|
@@ -28753,9 +28809,9 @@ var require_character = __commonJS({
|
|
|
28753
28809
|
}
|
|
28754
28810
|
});
|
|
28755
28811
|
|
|
28756
|
-
//
|
|
28812
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/string.js
|
|
28757
28813
|
var require_string = __commonJS({
|
|
28758
|
-
"
|
|
28814
|
+
"../cloudformation-diff/node_modules/diff/lib/util/string.js"(exports2) {
|
|
28759
28815
|
"use strict";
|
|
28760
28816
|
Object.defineProperty(exports2, "__esModule", {
|
|
28761
28817
|
value: true
|
|
@@ -28873,9 +28929,9 @@ var require_string = __commonJS({
|
|
|
28873
28929
|
}
|
|
28874
28930
|
});
|
|
28875
28931
|
|
|
28876
|
-
//
|
|
28932
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/word.js
|
|
28877
28933
|
var require_word = __commonJS({
|
|
28878
|
-
"
|
|
28934
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/word.js"(exports2) {
|
|
28879
28935
|
"use strict";
|
|
28880
28936
|
Object.defineProperty(exports2, "__esModule", {
|
|
28881
28937
|
value: true
|
|
@@ -29143,9 +29199,9 @@ var require_word = __commonJS({
|
|
|
29143
29199
|
}
|
|
29144
29200
|
});
|
|
29145
29201
|
|
|
29146
|
-
//
|
|
29202
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/params.js
|
|
29147
29203
|
var require_params = __commonJS({
|
|
29148
|
-
"
|
|
29204
|
+
"../cloudformation-diff/node_modules/diff/lib/util/params.js"(exports2) {
|
|
29149
29205
|
"use strict";
|
|
29150
29206
|
Object.defineProperty(exports2, "__esModule", {
|
|
29151
29207
|
value: true
|
|
@@ -29166,9 +29222,9 @@ var require_params = __commonJS({
|
|
|
29166
29222
|
}
|
|
29167
29223
|
});
|
|
29168
29224
|
|
|
29169
|
-
//
|
|
29225
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/line.js
|
|
29170
29226
|
var require_line = __commonJS({
|
|
29171
|
-
"
|
|
29227
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/line.js"(exports2) {
|
|
29172
29228
|
"use strict";
|
|
29173
29229
|
Object.defineProperty(exports2, "__esModule", {
|
|
29174
29230
|
value: true
|
|
@@ -29251,9 +29307,9 @@ var require_line = __commonJS({
|
|
|
29251
29307
|
}
|
|
29252
29308
|
});
|
|
29253
29309
|
|
|
29254
|
-
//
|
|
29310
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/sentence.js
|
|
29255
29311
|
var require_sentence = __commonJS({
|
|
29256
|
-
"
|
|
29312
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/sentence.js"(exports2) {
|
|
29257
29313
|
"use strict";
|
|
29258
29314
|
Object.defineProperty(exports2, "__esModule", {
|
|
29259
29315
|
value: true
|
|
@@ -29283,9 +29339,9 @@ var require_sentence = __commonJS({
|
|
|
29283
29339
|
}
|
|
29284
29340
|
});
|
|
29285
29341
|
|
|
29286
|
-
//
|
|
29342
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/css.js
|
|
29287
29343
|
var require_css = __commonJS({
|
|
29288
|
-
"
|
|
29344
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/css.js"(exports2) {
|
|
29289
29345
|
"use strict";
|
|
29290
29346
|
Object.defineProperty(exports2, "__esModule", {
|
|
29291
29347
|
value: true
|
|
@@ -29315,9 +29371,9 @@ var require_css = __commonJS({
|
|
|
29315
29371
|
}
|
|
29316
29372
|
});
|
|
29317
29373
|
|
|
29318
|
-
//
|
|
29374
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/json.js
|
|
29319
29375
|
var require_json2 = __commonJS({
|
|
29320
|
-
"
|
|
29376
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/json.js"(exports2) {
|
|
29321
29377
|
"use strict";
|
|
29322
29378
|
Object.defineProperty(exports2, "__esModule", {
|
|
29323
29379
|
value: true
|
|
@@ -29434,9 +29490,9 @@ var require_json2 = __commonJS({
|
|
|
29434
29490
|
}
|
|
29435
29491
|
});
|
|
29436
29492
|
|
|
29437
|
-
//
|
|
29493
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/array.js
|
|
29438
29494
|
var require_array = __commonJS({
|
|
29439
|
-
"
|
|
29495
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/array.js"(exports2) {
|
|
29440
29496
|
"use strict";
|
|
29441
29497
|
Object.defineProperty(exports2, "__esModule", {
|
|
29442
29498
|
value: true
|
|
@@ -29469,9 +29525,9 @@ var require_array = __commonJS({
|
|
|
29469
29525
|
}
|
|
29470
29526
|
});
|
|
29471
29527
|
|
|
29472
|
-
//
|
|
29528
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/line-endings.js
|
|
29473
29529
|
var require_line_endings = __commonJS({
|
|
29474
|
-
"
|
|
29530
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/line-endings.js"(exports2) {
|
|
29475
29531
|
"use strict";
|
|
29476
29532
|
Object.defineProperty(exports2, "__esModule", {
|
|
29477
29533
|
value: true
|
|
@@ -29658,9 +29714,9 @@ var require_line_endings = __commonJS({
|
|
|
29658
29714
|
}
|
|
29659
29715
|
});
|
|
29660
29716
|
|
|
29661
|
-
//
|
|
29717
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/parse.js
|
|
29662
29718
|
var require_parse4 = __commonJS({
|
|
29663
|
-
"
|
|
29719
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/parse.js"(exports2) {
|
|
29664
29720
|
"use strict";
|
|
29665
29721
|
Object.defineProperty(exports2, "__esModule", {
|
|
29666
29722
|
value: true
|
|
@@ -29777,9 +29833,9 @@ var require_parse4 = __commonJS({
|
|
|
29777
29833
|
}
|
|
29778
29834
|
});
|
|
29779
29835
|
|
|
29780
|
-
//
|
|
29836
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/distance-iterator.js
|
|
29781
29837
|
var require_distance_iterator = __commonJS({
|
|
29782
|
-
"
|
|
29838
|
+
"../cloudformation-diff/node_modules/diff/lib/util/distance-iterator.js"(exports2) {
|
|
29783
29839
|
"use strict";
|
|
29784
29840
|
Object.defineProperty(exports2, "__esModule", {
|
|
29785
29841
|
value: true
|
|
@@ -29814,9 +29870,9 @@ var require_distance_iterator = __commonJS({
|
|
|
29814
29870
|
}
|
|
29815
29871
|
});
|
|
29816
29872
|
|
|
29817
|
-
//
|
|
29873
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/apply.js
|
|
29818
29874
|
var require_apply = __commonJS({
|
|
29819
|
-
"
|
|
29875
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/apply.js"(exports2) {
|
|
29820
29876
|
"use strict";
|
|
29821
29877
|
Object.defineProperty(exports2, "__esModule", {
|
|
29822
29878
|
value: true
|
|
@@ -30052,9 +30108,9 @@ var require_apply = __commonJS({
|
|
|
30052
30108
|
}
|
|
30053
30109
|
});
|
|
30054
30110
|
|
|
30055
|
-
//
|
|
30111
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/create.js
|
|
30056
30112
|
var require_create = __commonJS({
|
|
30057
|
-
"
|
|
30113
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/create.js"(exports2) {
|
|
30058
30114
|
"use strict";
|
|
30059
30115
|
Object.defineProperty(exports2, "__esModule", {
|
|
30060
30116
|
value: true
|
|
@@ -30402,9 +30458,9 @@ var require_create = __commonJS({
|
|
|
30402
30458
|
}
|
|
30403
30459
|
});
|
|
30404
30460
|
|
|
30405
|
-
//
|
|
30461
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/array.js
|
|
30406
30462
|
var require_array2 = __commonJS({
|
|
30407
|
-
"
|
|
30463
|
+
"../cloudformation-diff/node_modules/diff/lib/util/array.js"(exports2) {
|
|
30408
30464
|
"use strict";
|
|
30409
30465
|
Object.defineProperty(exports2, "__esModule", {
|
|
30410
30466
|
value: true
|
|
@@ -30431,9 +30487,9 @@ var require_array2 = __commonJS({
|
|
|
30431
30487
|
}
|
|
30432
30488
|
});
|
|
30433
30489
|
|
|
30434
|
-
//
|
|
30490
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/merge.js
|
|
30435
30491
|
var require_merge = __commonJS({
|
|
30436
|
-
"
|
|
30492
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/merge.js"(exports2) {
|
|
30437
30493
|
"use strict";
|
|
30438
30494
|
Object.defineProperty(exports2, "__esModule", {
|
|
30439
30495
|
value: true
|
|
@@ -30852,9 +30908,9 @@ var require_merge = __commonJS({
|
|
|
30852
30908
|
}
|
|
30853
30909
|
});
|
|
30854
30910
|
|
|
30855
|
-
//
|
|
30911
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/reverse.js
|
|
30856
30912
|
var require_reverse = __commonJS({
|
|
30857
|
-
"
|
|
30913
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/reverse.js"(exports2) {
|
|
30858
30914
|
"use strict";
|
|
30859
30915
|
Object.defineProperty(exports2, "__esModule", {
|
|
30860
30916
|
value: true
|
|
@@ -30962,9 +31018,9 @@ var require_reverse = __commonJS({
|
|
|
30962
31018
|
}
|
|
30963
31019
|
});
|
|
30964
31020
|
|
|
30965
|
-
//
|
|
31021
|
+
// ../cloudformation-diff/node_modules/diff/lib/convert/dmp.js
|
|
30966
31022
|
var require_dmp = __commonJS({
|
|
30967
|
-
"
|
|
31023
|
+
"../cloudformation-diff/node_modules/diff/lib/convert/dmp.js"(exports2) {
|
|
30968
31024
|
"use strict";
|
|
30969
31025
|
Object.defineProperty(exports2, "__esModule", {
|
|
30970
31026
|
value: true
|
|
@@ -30988,9 +31044,9 @@ var require_dmp = __commonJS({
|
|
|
30988
31044
|
}
|
|
30989
31045
|
});
|
|
30990
31046
|
|
|
30991
|
-
//
|
|
31047
|
+
// ../cloudformation-diff/node_modules/diff/lib/convert/xml.js
|
|
30992
31048
|
var require_xml = __commonJS({
|
|
30993
|
-
"
|
|
31049
|
+
"../cloudformation-diff/node_modules/diff/lib/convert/xml.js"(exports2) {
|
|
30994
31050
|
"use strict";
|
|
30995
31051
|
Object.defineProperty(exports2, "__esModule", {
|
|
30996
31052
|
value: true
|
|
@@ -31025,9 +31081,9 @@ var require_xml = __commonJS({
|
|
|
31025
31081
|
}
|
|
31026
31082
|
});
|
|
31027
31083
|
|
|
31028
|
-
//
|
|
31084
|
+
// ../cloudformation-diff/node_modules/diff/lib/index.js
|
|
31029
31085
|
var require_lib8 = __commonJS({
|
|
31030
|
-
"
|
|
31086
|
+
"../cloudformation-diff/node_modules/diff/lib/index.js"(exports2) {
|
|
31031
31087
|
"use strict";
|
|
31032
31088
|
Object.defineProperty(exports2, "__esModule", {
|
|
31033
31089
|
value: true
|