Skip to content

Commit 1aa3e4a

Browse files
authored
Update src/infra/docs-lambda-index-publisher/Program.cs
1 parent 49df98a commit 1aa3e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infra/docs-lambda-index-publisher/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
using Elastic.Markdown.Links.CrossLinks;
1515

1616
const string bucketName = "elastic-docs-link-index";
17-
const string indexFile = "link-index-test.json";
17+
const string indexFile = "link-index.json";
1818

1919
await LambdaBootstrapBuilder.Create<SQSEvent, SQSBatchResponse>(Handler, new SourceGeneratorLambdaJsonSerializer<SerializerContext>())
2020
.Build()

0 commit comments

Comments
 (0)