Skip to content

Commit efd7665

Browse files
committed
docs: remove duplicate banner on processed messages
1 parent 7ee6ff2 commit efd7665

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: docs/utilities/batch.md

-5
Original file line numberDiff line numberDiff line change
@@ -661,11 +661,6 @@ All records in the batch will be passed to this handler for processing, even if
661661
* **Partial success with some exceptions**. We will return a list of all item IDs/sequence numbers that failed processing
662662
* **All records failed to be processed**. We will raise `BatchProcessingError` exception with a list of all exceptions raised when processing
663663

664-
???+ warning
665-
You will not have access to the **processed messages** within the Lambda Handler; use context manager for that.
666-
667-
All processing logic will and should be performed by the `record_handler` function.
668-
669664
### Processing messages asynchronously
670665

671666
!!! tip "New to AsyncIO? Read this [comprehensive guide first](https://realpython.com/async-io-python/){target="_blank"}."

0 commit comments

Comments
 (0)