Skip to content

Commit 50267e0

Browse files
authored
Missing commas in the sample launchSettings profile (Documentation page) (#1526)
1 parent cacb32a commit 50267e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/LambdaTestTool/src/Amazon.Lambda.TestTool.BlazorTester/Pages/Documentation.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"Lambda Runtime API": {
4646
"commandName": "Project",
4747
"environmentVariables": {
48-
"AWS_LAMBDA_RUNTIME_API": "@httpContextAccessor.HttpContext.Request.Host"
49-
"AWS_PROFILE": "test-profile"
48+
"AWS_LAMBDA_RUNTIME_API": "@httpContextAccessor.HttpContext.Request.Host",
49+
"AWS_PROFILE": "test-profile",
5050
"AWS_REGION": "us-west-2"
5151
}
5252
}

0 commit comments

Comments
 (0)