Insight Horizon
global affairs /

batch_writer - Boto3 1.34.74 documentation

with table.batch_writer() as batch: for _ in range(1000000): batch.put_item(Item={'HashKey': '...', 'Otherstuff': '...'}) # You can also delete_items in a batch. batch.delete_item(Key={'HashKey': 'SomeHashKey'})