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
feat: Enhance BatchProcessorAttribute to support typed handlers
- Updated BatchProcessorAttribute to allow configuration of typed handlers for DynamoDB, Kinesis, and SQS events.
- Introduced CreateTypedBatchProcessingAspectHandler method to handle typed batch processing.
- Added validation for typed handler configurations.
- Implemented singleton instances for TypedDynamoDbStreamBatchProcessor, TypedKinesisEventBatchProcessor, and TypedSqsBatchProcessor.
- Refactored constructors to accept Powertools configurations and default services for typed processors.
0 commit comments