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 951fada commit 6b77cceCopy full SHA for 6b77cce
src/infra/docs-lambda-index-publisher/Models.cs
@@ -3,13 +3,12 @@
3
// See the LICENSE file in the project root for more information
4
5
using System.Text.Json.Serialization;
6
-using Amazon.Lambda.S3Events;
7
using Amazon.Lambda.SQSEvents;
8
9
namespace Elastic.Documentation.Lambda.LinkIndexUploader;
10
11
[JsonSerializable(typeof(SQSEvent))]
12
-[JsonSerializable(typeof(Amazon.Lambda.S3Events.S3Event))]
+[JsonSerializable(typeof(S3Event))]
13
[JsonSerializable(typeof(S3EventNotification))]
14
[JsonSerializable(typeof(SQSBatchResponse))]
15
public partial class LinkIndexUpdaterSerializerContext : JsonSerializerContext;
0 commit comments