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.
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?.