amazon-archives / logstash-input-dynamodb

This input plugin for Logstash scans a specified DynamoDB table and then reads changes to a DynamoDB table from the associated DynamoDB Stream.This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline. This gem is not a stand-alone program.
Apache License 2.0
105 stars 27 forks source link

How to deploy the Plugin to AWS? #28

Open rohitbhoite opened 7 years ago

rohitbhoite commented 7 years ago

I am new to AWS and elastic search.I went through ReadMe section and tried to implement the logstash plugin.As per the documentation,It will run on the local machine.I would like to know How to deploy/use this plugin on AWS Lambda as discussed in a similar way in this tutorial https://aws.amazon.com/blogs/compute/indexing-amazon-dynamodb-content-with-amazon-elasticsearch-service-using-aws-lambda/. How to use this plugin without running it on local system?.