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 49df98a commit 1aa3e4aCopy full SHA for 1aa3e4a
src/infra/docs-lambda-index-publisher/Program.cs
@@ -14,7 +14,7 @@
14
using Elastic.Markdown.Links.CrossLinks;
15
16
const string bucketName = "elastic-docs-link-index";
17
-const string indexFile = "link-index-test.json";
+const string indexFile = "link-index.json";
18
19
await LambdaBootstrapBuilder.Create<SQSEvent, SQSBatchResponse>(Handler, new SourceGeneratorLambdaJsonSerializer<SerializerContext>())
20
.Build()
0 commit comments