Skip to content

Commit 734e961

Browse files
committed
test
1 parent f52cad1 commit 734e961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static async Task<SQSBatchResponse> Handler(SQSEvent ev, ILambdaContext context)
118118
var linkReferences = new ConcurrentBag<(S3Event.S3EventNotificationRecord, LinkReference)>();
119119
await Parallel.ForEachAsync(s3Event.Records, async (record, ctx) =>
120120
{
121+
context.Logger.LogInformation(JsonSerializer.Serialize(record, LinkIndexUpdaterSerializerContext.Default.S3Event));
121122
var s3Bucket = record.S3.Bucket;
122123
var s3Object = record.S3.Object;
123124
context.Logger.LogInformation("Get object {key} from bucket {bucketName}", s3Object.Key, s3Bucket.Name);

0 commit comments

Comments
 (0)