You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **Lambda Default** | `LAMBDA_DEFAULT` | Uses Lambda's built-in deserialization (equivalent to removing the @Deserialization annotation) | None |
370
+
| **Lambda Default** | `LAMBDA_DEFAULT` | Uses Lambda's built-in deserialization (equivalent to removing the `@Deserialization` annotation) | None |
371
371
372
372
=== "Format Comparison"
373
373
@@ -579,7 +579,7 @@ The Idempotency utility automatically stores the result of each successful opera
579
579
580
580
<!-- prettier-ignore -->
581
581
???+ tip "Ensuring exactly-once processing"
582
-
The @Idempotent annotation will use the JSON representation of the Payment object to make sure that the same object is only processed exactly once. Even if a batch fails and Lambda retries the messages, each unique payment will be processed exactly once.
582
+
The `@Idempotent` annotation will use the JSON representation of the Payment object to make sure that the same object is only processed exactly once. Even if a batch fails and Lambda retries the messages, each unique payment will be processed exactly once.
583
583
584
584
### Best practices
585
585
@@ -625,7 +625,7 @@ When using binary serialization formats across multiple programming languages, e
0 commit comments