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 37f32ef commit 869314dCopy full SHA for 869314d
src/api/Elastic.Documentation.Api.Lambda/Program.cs
@@ -12,7 +12,7 @@
12
var builder = WebApplication.CreateSlimBuilder(args);
13
14
builder.Services.AddAWSLambdaHosting(LambdaEventSource.RestApi, new SourceGeneratorLambdaJsonSerializer<LambdaJsonSerializerContext>());
15
-builder.Services.AddElasticDocsApiUsecases(Environment.GetEnvironmentVariable("APP_ENVIRONMENT"));
+builder.Services.AddElasticDocsApiUsecases(Environment.GetEnvironmentVariable("ENVIRONMENT"));
16
17
var app = builder.Build();
18
0 commit comments