Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(integ-tests-alpha): optimize assertions handler size #26360

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(integ-tests-alpha): update target node
  • Loading branch information
WinterYukky committed Jul 14, 2023
commit 49db22c9fce5a8ea8302a512e37d803914d99326
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-tests-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"scripts": {
"build": "cdk-build",
"bundle": "esbuild --bundle lib/assertions/providers/lambda-handler/index.ts --target=node14 --platform=node --inject:../../aws-cdk-lib/custom-resources/lib/aws-custom-resource/runtime/utils.ts --outfile=lib/assertions/providers/lambda-handler.bundle/index.js",
"bundle": "esbuild --bundle lib/assertions/providers/lambda-handler/index.ts --target=node18 --platform=node --inject:../../aws-cdk-lib/custom-resources/lib/aws-custom-resource/runtime/utils.ts --outfile=lib/assertions/providers/lambda-handler.bundle/index.js",
"lint": "cdk-lint",
"package": "cdk-package",
"awslint": "cdk-awslint",
Expand Down