Skip to content

Commit

Permalink
Merge branch 'main' into 28722-latencyBasedRouting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaythapa committed Jan 24, 2024
2 parents ed8f582 + c1f2abb commit afdc41e
Show file tree
Hide file tree
Showing 82 changed files with 12,022 additions and 207 deletions.
3 changes: 2 additions & 1 deletion packages/@aws-cdk-testing/cli-integ/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ $ ./build.sh
$ ./pack.sh

# Use publib to upload to CodeArtifact
$ npm install -g publib-ca
$ npm install -g publib
# publib-ca is a CLI tool that comes with publib
$ publib-ca create
$ publib-ca publish /path/to/dist

Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1540.0",
"aws-sdk": "^2.1542.0",
"axios": "^1.6.5",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
"aws-cdk-lib": "0.0.0",
"aws-sdk": "^2.1540.0",
"aws-sdk": "^2.1542.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "2.68.29",
"cdk8s": "2.68.30",
"cdk8s-plus-27": "2.7.73",
"constructs": "^10.0.0"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit afdc41e

Please sign in to comment.