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
fix(lambda-nodejs): pnpm no longer supports nodejs14.x (#24821)
Doing a couple of things
- Update `Dockerfile` image to nodejs18
- Pin pnpm to 8.0.0 (latest version)
- Add some error handling to the test to better catch this error in the future
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-lambda-nodejs/test/integ.compilations.js.snapshot/cdk-integ-compilations-lambda-nodejs.assets.json
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-lambda-nodejs/test/integ.compilations.js.snapshot/cdk-integ-compilations-lambda-nodejs.template.json
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-lambda-nodejs/test/integ.dependencies-pnpm.js.snapshot/PnpmTestDefaultTestDeployAssert397EDF83.assets.json
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-lambda-nodejs/test/integ.dependencies-pnpm.js.snapshot/PnpmTestDefaultTestDeployAssert397EDF83.template.json
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-lambda-nodejs/test/integ.dependencies-pnpm.js.snapshot/asset.92ec9d050245fd270cf2b0df478b31f140ba820c3407e964246946bcea933a19.bundle/index.js
+5-2
Original file line number
Diff line number
Diff line change
@@ -828,7 +828,10 @@ var CustomResourceHandler = class {
0 commit comments