We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacb32a commit 50267e0Copy full SHA for 50267e0
Tools/LambdaTestTool/src/Amazon.Lambda.TestTool.BlazorTester/Pages/Documentation.razor
@@ -45,8 +45,8 @@
45
"Lambda Runtime API": {
46
"commandName": "Project",
47
"environmentVariables": {
48
- "AWS_LAMBDA_RUNTIME_API": "@httpContextAccessor.HttpContext.Request.Host"
49
- "AWS_PROFILE": "test-profile"
+ "AWS_LAMBDA_RUNTIME_API": "@httpContextAccessor.HttpContext.Request.Host",
+ "AWS_PROFILE": "test-profile",
50
"AWS_REGION": "us-west-2"
51
}
52
0 commit comments