Skip to content

Commit 6b77cce

Browse files
committed
what
1 parent 951fada commit 6b77cce

File tree

1 file changed

+1
-2
lines changed
  • src/infra/docs-lambda-index-publisher

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
// See the LICENSE file in the project root for more information
44

55
using System.Text.Json.Serialization;
6-
using Amazon.Lambda.S3Events;
76
using Amazon.Lambda.SQSEvents;
87

98
namespace Elastic.Documentation.Lambda.LinkIndexUploader;
109

1110
[JsonSerializable(typeof(SQSEvent))]
12-
[JsonSerializable(typeof(Amazon.Lambda.S3Events.S3Event))]
11+
[JsonSerializable(typeof(S3Event))]
1312
[JsonSerializable(typeof(S3EventNotification))]
1413
[JsonSerializable(typeof(SQSBatchResponse))]
1514
public partial class LinkIndexUpdaterSerializerContext : JsonSerializerContext;

0 commit comments

Comments
 (0)