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

Add support for lambda async client in lambda processor #5032

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

srikanthjg
Copy link
Contributor

@srikanthjg srikanthjg commented Oct 8, 2024

Description

Following are the changes made:

  1. Added support for lambda async client in lambda sink
  2. Refactor aws lambda plugin to have a class for common methods between processor and sink. This reduces testing as most of the functionalities are shared between lambda processor and sink.
  3. Make sdk timeout a user configurable parameter.
  4. Removed the integration tests, new ones will be added as a part of another PR. The new integ tests will be added as a github workflow.

Issues Resolved

Resolves #5031

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Srikanth Govindarajan <[email protected]>

Refactor aws lambda plugin to have a class for common methods between processor and sink

Signed-off-by: Srikanth Govindarajan <[email protected]>

Add support for lambda async client in lambda sink

Signed-off-by: Srikanth Govindarajan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Async Client for Lambda Processor and Sink
1 participant