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): Add tumblingWindowInSeconds to Lambda Event Source Mapping #13411

Closed
1 of 2 tasks
msimpsonnz opened this issue Mar 5, 2021 · 2 comments · Fixed by #13412
Closed
1 of 2 tasks

(aws-lambda): Add tumblingWindowInSeconds to Lambda Event Source Mapping #13411

msimpsonnz opened this issue Mar 5, 2021 · 2 comments · Fixed by #13412
Assignees
Labels
@aws-cdk/aws-lambda Related to AWS Lambda effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@msimpsonnz
Copy link
Contributor

Add tumblingWindowInSeconds to Lambda Event Source Mapping to support the new capability for stream analytics for DynamoDB and Kinesis

Use Case

Previously you were limited to processing the records in a single batch, this feature opens up more use cases around streaming analytics for Lambda

Proposed Solution

Add additional event source already supported in CloudFormation based on this blog
https://aws.amazon.com/blogs/compute/using-aws-lambda-for-streaming-analytics

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@msimpsonnz msimpsonnz added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 5, 2021
@github-actions github-actions bot added the @aws-cdk/aws-lambda Related to AWS Lambda label Mar 5, 2021
@nija-at nija-at added effort/small Small work item – less than a day of effort p2 and removed needs-triage This issue or PR still needs to be triaged. labels Mar 5, 2021
@msimpsonnz
Copy link
Contributor Author

I've completed the PR for this

@mergify mergify bot closed this as completed in #13412 Mar 26, 2021
mergify bot pushed a commit that referenced this issue Mar 26, 2021
fixes #13411

*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
fixes aws#13411

*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
fixes aws#13411

*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 Related to AWS Lambda effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants