Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to setup batchSize and batchWindow with this Serverless Dynamo Stream Plugin #195

Open
MeRahulAhire opened this issue Jul 23, 2021 · 2 comments

Comments

@MeRahulAhire
Copy link

MeRahulAhire commented Jul 23, 2021

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'
@bwship
Copy link
Collaborator

bwship commented Aug 15, 2021

Looking into this now. Will let you know what we find.

@AxhelTataje
Copy link

Hello!

Is there any update about this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants