podyn icon indicating copy to clipboard operation
podyn copied to clipboard

Add a lambda handler to make change replication callable as a lambda function

Open marcocitus opened this issue 8 years ago • 0 comments

We could make the change replication in Podyn callable as a Lambda function by implementing a RequestHandler per the example in: http://docs.aws.amazon.com/lambda/latest/dg/with-dynamodb-create-package.html#with-ddb-example-deployment-pkg-java

Podyn is already packed in the right way for lambda functions (as a shaded JAR).

marcocitus avatar Oct 10 '17 18:10 marcocitus