mapbox / dynamodb-replicator

module for dynamodb multi-region replication
ISC License
129 stars 48 forks source link

Consider using Serverless #101

Open hassankhan opened 7 years ago

hassankhan commented 7 years ago

Serverless is a framework for deploying AWS Lambda projects. It also allows defining custom CloudFormation resources, and setting up Lambdas to trigger on DynamoDB events.

This might also help with #72 in that most of the documentation regarding deploying and setting up etc. can be grokked by reading Serverless' docs.

wzedi commented 6 years ago

See #103