We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I came across this plugin and want to know that how can I manually setup batchSize and batchWindow with this plugin.
batchSize
batchWindow
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'
The text was updated successfully, but these errors were encountered:
Looking into this now. Will let you know what we find.
Sorry, something went wrong.
Hello!
Is there any update about this issue?
No branches or pull requests
I came across this plugin and want to know that how can I manually setup
batchSize
andbatchWindow
with this plugin.I tried the following
and shows me this one
The text was updated successfully, but these errors were encountered: