Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 21, 2024
1 parent 6e42eb4 commit a2d9d25
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ class TestStack extends Stack {
}
}

const app = new App({
postCliContext: {
'@aws-cdk/aws-lambda-nodejs:defaultAwsSdkConnectionReuseToFalse': false,
},
});
const app = new App();
const stack = new TestStack(app, 'cdk-integ-lambda-nodejs-latest');
const integ = new IntegTest(app, 'LambdaNodeJsLatestInteg', {
testCases: [stack],
Expand Down

0 comments on commit a2d9d25

Please # to comment.