components icon indicating copy to clipboard operation
components copied to clipboard

Do you have template for DynamoDB stream handler via Lambda?

Open riseres opened this issue 6 years ago • 1 comments

Do you have template for Dynamo stream handler via lambda?

I cannot find the template. Or anything recommend to me if i want to build this component.

I want to do similar like normal serverless.

 functionName  :
    handler : index.handler
    events :
       - stream : 'arn.....dynamo.table.......'

riseres avatar Nov 07 '19 18:11 riseres

Perhaps this is helpful https://github.com/serverless-components/aws-dynamodb/issues/2

mstn avatar Nov 29 '19 12:11 mstn