From 8b32a1675a2cf90d25d3b0672d8853adf0357d64 Mon Sep 17 00:00:00 2001 From: Chris/0 Date: Wed, 18 Aug 2021 16:48:37 -0400 Subject: [PATCH] Correct CodeUri Path for `dotnetcore3.1` --- tests/apps/dotnetcore3.1/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/dotnetcore3.1/template.yaml b/tests/apps/dotnetcore3.1/template.yaml index 6c6dc60..f06646a 100644 --- a/tests/apps/dotnetcore3.1/template.yaml +++ b/tests/apps/dotnetcore3.1/template.yaml @@ -7,7 +7,7 @@ Resources: Properties: Handler: sam-test-app::sam_test_app.Functions::Get Runtime: dotnetcore3.1 - CodeUri: '' + CodeUri: ./src/ MemorySize: 256 Timeout: 30 Policies: