serverless / components

The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
https://www.serverless.com
Apache License 2.0
2.31k stars 182 forks source link

Do you have template for DynamoDB stream handler via Lambda? #525

Open riseres opened 5 years ago

riseres commented 5 years ago

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.......'
mstn commented 4 years ago

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