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

Expose new ParallelizationFactor option for Kinesis streams #7019

Closed
michael-ar opened this issue Nov 27, 2019 · 1 comment · Fixed by #7024
Closed

Expose new ParallelizationFactor option for Kinesis streams #7019

michael-ar opened this issue Nov 27, 2019 · 1 comment · Fixed by #7024

Comments

@michael-ar
Copy link
Contributor

Add support for the new Kinesis config option ParallelizationFactor which allows you to scale the concurrency of a shard up to 10 (currently set to 1). More info here:

https://aws.amazon.com/blogs/compute/new-aws-lambda-scaling-controls-for-kinesis-and-dynamodb-event-sources/

Should be fairly simple to follow existing patterns for where you've exposed similar options and am happy to pick it up.

@medikoo
Copy link
Contributor

medikoo commented Nov 27, 2019

@michael-ar thanks for request! PR is definitely very welcome

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

Successfully merging a pull request may close this issue.

3 participants