Skip to content

Commit

Permalink
test: Use latest version of Lambda test tool (9.0) (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Jan 23, 2025
1 parent a985696 commit 37dfdd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public LambdaTestToolFixture(RemoteApplication remoteApplication, string newReli
string lambdaHandler, string lambdaName, string lambdaVersion, string lambdaExecutionEnvironment,
bool setNewRelicLambdaHandlerEventVar) : base(remoteApplication)
{
LambdaTestTool = new DotnetTool("Amazon.Lambda.TestTool-8.0", "lambda-test-tool-8.0", DestinationApplicationDirectoryPath);
LambdaTestTool = new DotnetTool("Amazon.Lambda.TestTool-9.0", "lambda-test-tool-9.0", DestinationApplicationDirectoryPath);

if (string.IsNullOrWhiteSpace(newRelicLambdaHandler) && string.IsNullOrWhiteSpace(lambdaHandler))
{
Expand Down

0 comments on commit 37dfdd6

Please sign in to comment.