You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier today, I opened a ticket about being unable to use CfnParameter.valueAsNumber in Kinesis (#9038), and I've run into the same problem on KinesisEventSource
Maximum batch size must be between 1 and 10000 inclusive (given -1.888154589708767e+289)
retryAttempts must be between 0 and 10000 inclusive, got -1.8881545897087667e+289
parallelizationFactor must be between 1 and 10 inclusive, got -1.8881545897087665e+289
Environment
CLI Version : 1.51.0
Framework Version: 1.51.0
Node.js Version: v12.18.1
OS : macOS Mojave 10.14.6
Language (Version): TypeScript (3.7.2)
Other
Similar issue in SQS: #7126
Another possible related issue: #3448
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered:
…yAttempts & parallelizationFactor fails (#9064)
Code was not accounting for tokens in its validation checks. Added
support for tokens.
fixes#9044
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…yAttempts & parallelizationFactor fails (aws#9064)
Code was not accounting for tokens in its validation checks. Added
support for tokens.
fixesaws#9044
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Earlier today, I opened a ticket about being unable to use CfnParameter.valueAsNumber in Kinesis (#9038), and I've run into the same problem on KinesisEventSource
Reproduction Steps
Error Log
Environment
Other
Similar issue in SQS: #7126
Another possible related issue: #3448
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: