We are happy to present the first release of the Apache Beam Python I/O connector for Amazon DynamoDB.
✨NEW
- Add a composite transform (
WriteToDynamoDB
) that writes records to a DynamoDB table with help of thebatch_writer
of the boto3 package.- The batch writer will automatically handle buffering and sending items in batches. In addition, it will also automatically handle any unprocessed items and resend them as needed.