You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.cfn-template-from-repo.lit.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.lambda-deployed-through-codepipeline.lit.ts
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ new lambda.Function(lambdaStack, 'Lambda', {
20
20
// other resources that your Lambda needs, added to the lambdaStack...
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-alexa-deploy.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-code-commit-build.ts
+1
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ const testAction = new cpactions.CodeBuildAction({
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-code-commit-custom-event.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-code-commit-main.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-code-commit.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-stepfunctions.ts
+3-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ const simpleStateMachine = new stepfunctions.StateMachine(stack, 'SimpleStateMac
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-with-replication.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/s3/integ.source-bucket-events-cross-stack-same-env.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/test/aws-events-targets/test/codepipeline/integ.pipeline-event-target.ts
Copy file name to clipboardExpand all lines: packages/@aws-cdk/cx-api/FEATURE_FLAGS.md
+19-1
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Flags come in three types:
64
64
|[@aws-cdk/aws-rds:preventRenderingDeprecatedCredentials](#aws-cdkaws-rdspreventrenderingdeprecatedcredentials)| When enabled, creating an RDS database cluster from a snapshot will only render credentials for snapshot credentials. | 2.98.0 | (fix) |
65
65
|[@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource](#aws-cdkaws-codepipeline-actionsusenewdefaultbranchforcodecommitsource)| When enabled, the CodeCommit source action is using the default branch name 'main'. | 2.103.1 | (fix) |
66
66
|[@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction](#aws-cdkaws-cloudwatch-actionschangelambdapermissionlogicalidforlambdaaction)| When enabled, the logical ID of a Lambda permission for a Lambda action includes an alarm ID. | 2.124.0 | (fix) |
67
+
|[@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse](#aws-cdkaws-codepipelinecrossaccountkeysdefaultvaluetofalse)| Enables Pipeline to set the default value for crossAccountKeys to false. | V2NEXT | (default) |
67
68
68
69
<!-- END table -->
69
70
@@ -118,7 +119,8 @@ The following json shows the current recommended set of flags, as `cdk init` wou
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
+19-1
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Flags come in three types:
64
64
|[@aws-cdk/aws-rds:preventRenderingDeprecatedCredentials](#aws-cdkaws-rdspreventrenderingdeprecatedcredentials)| When enabled, creating an RDS database cluster from a snapshot will only render credentials for snapshot credentials. | 2.98.0 | (fix) |
65
65
|[@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource](#aws-cdkaws-codepipeline-actionsusenewdefaultbranchforcodecommitsource)| When enabled, the CodeCommit source action is using the default branch name 'main'. | 2.103.1 | (fix) |
66
66
|[@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction](#aws-cdkaws-cloudwatch-actionschangelambdapermissionlogicalidforlambdaaction)| When enabled, the logical ID of a Lambda permission for a Lambda action includes an alarm ID. | 2.124.0 | (fix) |
67
+
|[@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse](#aws-cdkaws-codepipelinecrossaccountkeysdefaultvaluetofalse)| Enables Pipeline to set the default value for crossAccountKeys to false. | V2NEXT | (default) |
67
68
68
69
<!-- END table -->
69
70
@@ -118,7 +119,8 @@ The following json shows the current recommended set of flags, as `cdk init` wou
0 commit comments