Asifur Rahman
Asifur Rahman
## Summary Currently, when using the Batch Processor utility, if all the records in a batch are marked as failed, the utility throws a `FullBatchFailureError`. However, there can be scenarios...
## Summary This PR introduces a new feature allowing customers to emit timestamps with a timezone-aware format in the Logger. By default, Logger emits logs with timestamps formatted using the...
## Summary By default, we can not change the log key positions. This PR gives the user the ability to change log key positions. ### Changes - **This is a...
## Summary SQS Fifo doesn't have an async processing feature. This PR adds the feature to process async records with SQS Fifo. ### Changes - This is a **WIP PR**....