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 24e1b10 commit feec28fCopy full SHA for feec28f
aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/MSKFirehoseEvent.java
@@ -11,24 +11,6 @@
11
12
/**
13
* Created by vermshas on 6/28/24.
14
- * {
15
- * "invocationId": "",
16
- * "sourceMSKArn": "",
17
- * "deliveryStreamArn": "",
18
- * "region": "us-east-1",
19
- * "records": [
20
21
- * "recordId": "00000000000000000000000000000000000000000000000000000000000000",
22
- * "approximateArrivalTimestamp": 1716369573887,
23
- * "mskRecordMetadata": {
24
- * "offset": "0",
25
- * "partitionId": "1",
26
- * "approximateArrivalTimestamp": 1716369573887
27
- * },
28
- * "kafkaRecordValue": ""
29
- * }
30
- * ]
31
32
*/
33
34
@Data
0 commit comments