Skip to content

Commit 73e96cf

Browse files
author
Michael Brewer
committed
chore(batch): Correct typing for processor
1 parent 08bbd8e commit 73e96cf

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/batch

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/batch/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def failure_handler(self, record: Any, exception: Tuple):
104104

105105
@lambda_handler_decorator
106106
def batch_processor(
107-
handler: Callable, event: Dict, context: Dict, record_handler: Callable, processor: BasePartialProcessor = None
107+
handler: Callable, event: Dict, context: Dict, record_handler: Callable, processor: BasePartialProcessor
108108
):
109109
"""
110110
Middleware to handle batch event processing

0 commit comments

Comments
 (0)