Skip to content

Commit 604c2c0

Browse files
authored
Merge branch 'main' into main
2 parents c686252 + 89393a2 commit 604c2c0

158 files changed

Lines changed: 44218 additions & 2109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

nx.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"^build"
66
],
77
"inputs": [
8+
"{projectRoot}/**/bin/!(*.d|*.generated).ts",
89
"{projectRoot}/**/lib/!(*.d|*.generated).ts",
910
"{projectRoot}/**/test/!(*.d).ts",
1011
"!{workspaceRoot}/**/tsconfig.json",
@@ -33,6 +34,9 @@
3334
"test": {
3435
"dependsOn": [
3536
"build"
37+
],
38+
"inputs": [
39+
"{projectRoot}/**/test/!(*.d|*.generated).ts"
3640
]
3741
}
3842
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build-all": "tsc -b"
1616
},
1717
"devDependencies": {
18-
"@nx/workspace": "^16.6.0",
18+
"@nx/workspace": "^16.7.0",
1919
"@types/node": "18.11.19",
2020
"@types/prettier": "2.6.0",
2121
"@yarnpkg/lockfile": "^1.1.0",
@@ -29,7 +29,7 @@
2929
"jsii-reflect": "1.87.0",
3030
"jsii-rosetta": "~5.1.9",
3131
"lerna": "^7.1.5",
32-
"nx": "^16.6.0",
32+
"nx": "^16.7.0",
3333
"patch-package": "^6.5.1",
3434
"semver": "^7.5.4",
3535
"standard-version": "^9.5.0",

packages/@aws-cdk-testing/cli-integ/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@octokit/rest": "^18.12.0",
42-
"aws-sdk": "^2.1435.0",
42+
"aws-sdk": "^2.1437.0",
4343
"axios": "^0.27.2",
4444
"fs-extra": "^9.1.0",
4545
"glob": "^7.2.3",

packages/@aws-cdk-testing/framework-integ/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"@aws-cdk/integ-tests-alpha": "0.0.0",
4040
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
4141
"aws-cdk-lib": "0.0.0",
42-
"aws-sdk": "^2.1435.0",
42+
"aws-sdk": "^2.1437.0",
4343
"aws-sdk-mock": "5.6.0",
44-
"cdk8s": "^2.40.0",
44+
"cdk8s": "^2.45.0",
4545
"cdk8s-plus-24": "2.12.1",
4646
"constructs": "^10.0.0"
4747
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "33.0.0",
3+
"files": {
4+
"11071ca702d34295486ea4a64c45b64857f4bd23c672fe0895a0b7e753065d77": {
5+
"source": {
6+
"path": "aws-cdk-aws-apigateway-stepfunctions-startexecution.template.json",
7+
"packaging": "file"
8+
},
9+
"destinations": {
10+
"current_account-current_region": {
11+
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12+
"objectKey": "11071ca702d34295486ea4a64c45b64857f4bd23c672fe0895a0b7e753065d77.json",
13+
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
14+
}
15+
}
16+
}
17+
},
18+
"dockerImages": {}
19+
}

0 commit comments

Comments
 (0)