feat(lambda): support for Provisioned Pollers#32205
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #32205 +/- ##
=======================================
Coverage 77.17% 77.17%
=======================================
Files 105 105
Lines 7169 7169
Branches 1315 1315
=======================================
Hits 5533 5533
Misses 1455 1455
Partials 181 181
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Pull request has been modified.
|
@mergify update |
❌ Mergify doesn't have permission to updateDetailsFor security reasons, Mergify can't update this pull request. Try updating locally. |
Pull request has been modified.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
Lambda is introducing a new property in Event Sources named
ProvisionedPollerConfigto set provisioned pollers that read from the event sources. When specified, it allows control over the minimum and maximum number of pollers that can be provisioned to process events from the source.This feature is currently supported for MSK and Self-managed Kafka event sources.
Description of changes
This new property can be opted in by setting the
ProvisionedPollerConfigfield while creating event sources. The example of settingProvisionedPollerConfigfor is shown below:Description of how you validated changes
Have added unit test and integration test to validate the implementation
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license