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 7aefb1b commit 000e842Copy full SHA for 000e842
src/infra/docs-lambda-index-publisher/Program.cs
@@ -13,12 +13,12 @@
13
14
const string bucketName = "elastic-docs-link-index";
15
16
-// await LambdaBootstrapBuilder.Create(Handler)
17
-// .Build()
18
-// .RunAsync();
+await LambdaBootstrapBuilder.Create(Handler)
+ .Build()
+ .RunAsync();
19
20
// Uncomment to test locally without uploading
21
-await CreateLinkIndex(new AmazonS3Client());
+// await CreateLinkIndex(new AmazonS3Client());
22
23
#pragma warning disable CS8321 // Local function is declared but never used
24
static async Task<string> Handler(ILambdaContext context)
0 commit comments