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
Copy file name to clipboardExpand all lines: docs/utilities/batch.md
-25
Original file line number
Diff line number
Diff line change
@@ -1207,28 +1207,3 @@ class MyProcessor(BatchProcessor):
1207
1207
capture_exception() # send exception to Sentry
1208
1208
returnsuper().failure_handler(record, exception)
1209
1209
```
1210
-
1211
-
### Suppressing exceptions
1212
-
1213
-
If you want to disable the default behavior where `BatchProcessingError` is raised if there are any errors, you can pass the `suppress_exception` boolean argument.
1214
-
1215
-
=== "Decorator"
1216
-
1217
-
```python hl_lines="3"
1218
-
from aws_lambda_powertools.utilities.batch import batch_processor
0 commit comments