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

(aws-lambda-event-sources): add batching window support for SQS event sources #11722

Closed
1 of 2 tasks
SeekerWing opened this issue Nov 26, 2020 · 1 comment · Fixed by #13406
Closed
1 of 2 tasks

(aws-lambda-event-sources): add batching window support for SQS event sources #11722

SeekerWing opened this issue Nov 26, 2020 · 1 comment · Fixed by #13406
Assignees
Labels
@aws-cdk/aws-lambda-event-sources effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. good first issue Related to contributions. See CONTRIBUTING.md in-progress This issue is being actively worked on. p2

Comments

@SeekerWing
Copy link
Contributor

SeekerWing commented Nov 26, 2020

add support for feature launch: https://aws.amazon.com/about-aws/whats-new/2020/11/aws-lambda-now-supports-batch-windows-of-up-to-5-minutes-for-functions/

  • customer can define batching window up to 300 seconds

  • if batching window is defined batch size can be up to 10000

  • if batching window is not defined batch size can be up to 10

  • 👋 I may be able to implement this feature request

  • ⚠️ This feature might incur a breaking change


This is a 🚀 Feature Request

@SeekerWing SeekerWing added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 26, 2020
@SomayaB SomayaB added the in-progress This issue is being actively worked on. label Nov 26, 2020
@nija-at nija-at added effort/small Small work item – less than a day of effort good first issue Related to contributions. See CONTRIBUTING.md p2 and removed needs-triage This issue or PR still needs to be triaged. labels Nov 30, 2020
@mergify mergify bot closed this as completed in #13406 Mar 26, 2021
mergify bot pushed a commit that referenced this issue Mar 26, 2021
…source (#13406)

Fixes #11722

This is continued work from #11724

closes #13770

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

hollanddd pushed a commit to hollanddd/aws-cdk that referenced this issue Mar 31, 2021
…source (aws#13406)

Fixes aws#11722

This is continued work from aws#11724

closes aws#13770

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
hollanddd pushed a commit to hollanddd/aws-cdk that referenced this issue Aug 26, 2021
…source (aws#13406)

Fixes aws#11722

This is continued work from aws#11724

closes aws#13770

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-lambda-event-sources effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. good first issue Related to contributions. See CONTRIBUTING.md in-progress This issue is being actively worked on. p2
Projects
None yet
3 participants