open
open copied to clipboard
How to setup batchSize and batchWindow with this Serverless Dynamo Stream Plugin
I came across this plugin and want to know that how can I manually setup batchSize and batchWindow with this plugin.
I tried the following
functions:
hello:
handler: handler.hello
events:
- existingDynamoStream:
tableName: newTable
streamType: NEW_AND_OLD_IMAGES
startingPosition: LATEST
batchSize : 50
and shows me this one
Serverless: Configuration warning:
Serverless: at 'functions.hello.events[0].existingDynamoStream': unrecognized property 'batchSize'
Looking into this now. Will let you know what we find.
Hello!
Is there any update about this issue?