Metadata-Version: 2.1
Name: dynamite-streams
Version: 0.0.1
Summary: A module to be used as an AWS Lambda function to keep postgres replicas of dynamodb tables.
Home-page: http://github.com/dbish/dynamite
Author: Dillon Hicks
Author-email: chronodynamic@gmail.com
License: Apache License Version 2
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Topic :: System :: Archiving :: Mirroring
Requires-Python: >=3.7
Requires-Dist: boto3
Requires-Dist: sqlalchemy
Requires-Dist: pg8000


dynamite
========

Use dynamite to keep a postgres replica of one or more dynamodb
tables. At its core, dynamite is an AWS Lambda event handler for
processing dynamodb streams record events and shuttling those record
events into an associated postgres database. Dynamite only has a
couple of pure python dependencies all of which make it easy to make
dynamite into sand-alone Lambda Function.


