AWS Lambda now supports partial batch response for SQS as an event source - devamazonaws.blogspot.com
AWS Lambda now supports partial batch response for SQS as an event source. With this feature, when messages on an SQS queue fail to process, Lambda marks a batch of records in a message queue as partially successful and allows reprocessing of only the failed records. By processing information at a record-level instead of batch-level, AWS Lambda has removed the need of repetitive data transfer, increasing throughput and making Amazon SQS message queue processing more efficient.
Post Updated on November 23, 2021 at 10:21PM
Comments
Post a Comment