Metadata-Version: 1.0
Name: boto3-batch-utils
Version: 0.2.10
Summary: UNKNOWN
Home-page: https://github.com/g-farrow/boto3_batch_utils
Author: Greg Farrow
Author-email: greg.farrow1@gmail.com
License: GNU APGL v3
Description-Content-Type: UNKNOWN
Description: Boto3 Batch Utils
        =================
        This library offers some functionality to assist in writing records to AWS services in batches, where your data is not naturally batched. This helps to achieve significant efficiencies when interacting with those AWS services as batch writes are often times orders of magnitude faster than individual writes.
        
        # Supported Services
        
        ## Kinesis Put
        Batch Put items to a Kinesis stream
        
        ## Dynamo Write
        Batch write records to a DynamoDB table
        
        ## Cloudwatch Put Metrics
        Batch put metric data to Cloudwatch
        
        ## SQS Send Messages
        Batch send messages to an SQS queue
Keywords: aws boto3 kinesis dynamo dynamodb batch
Platform: UNKNOWN
