A serverless application that sets up a lambda function to consume data from a DynamoDB Stream and save it to an Elasticsearch cluster
- A lambda function is responsible for consuming records from DynamoDB Streams and replicating it into Elasticsearch.
- Python is used as lambda function language
- Serverless framework is used to build and deploy the services to AWS
npm install
sls deploy