The following python code is a batch_write into Dynamodb using boto3:
try: chunk_size = 500 for i in range(0, len(items), chunk_size):