Skip to content

1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 11:54
· 182 commits to refs/heads/develop since this release
2ef1b53

Summary

In this release we are happy to announce the first developer preview for the new Batch Processing utility 馃殌. The batch processing utility handles partial failures when processing batches from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams.
Check the documentation for how to get started with Batch Processing utility.

鈿狅笍 Warning
This utility is currently in developer preview and is intended strictly for feedback and testing purposes and not for production workloads. The version and all future versions tagged with the -preview suffix should be treated as not stable. Until this utility is General Availability we may introduce significant breaking changes and improvements in response to customers feedback.

馃専Key features

  • Reports batch item failures to reduce number of retries for a record upon errors
  • Simple interface to process each batch record
  • Bring your own batch processor
  • Parallel processing

Implementation examples

Amazon SQS processor

image

Amazon Kinesis Data Streams processor

image

Amazon DynamoDB Streams processor

image

This release was made possible by the following contributors:

@lachriz-aws, @hjgraca, and @amirkaws