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

Added SQS interactions for S3 source #1431

Merged
merged 11 commits into from
Jun 7, 2022

Commits on Jun 3, 2022

  1. Added sqs configuration

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    6c45969 View commit details
    Browse the repository at this point in the history
  2. Added basic sqs interactions

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    cb834f8 View commit details
    Browse the repository at this point in the history
  3. Added backoff and sqsclient auth

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    421010f View commit details
    Browse the repository at this point in the history
  4. Removed unused mocks from S3Source tests

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ffcf989 View commit details
    Browse the repository at this point in the history
  5. Added unit tests for sqsworker

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    fbc74f7 View commit details
    Browse the repository at this point in the history
  6. Added separate classes for sqs and s3

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    391452a View commit details
    Browse the repository at this point in the history
  7. Added separate classes for sqs and s3

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    fdb2411 View commit details
    Browse the repository at this point in the history
  8. Removed tests for creating s3 and sqs clients

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2b77a9a View commit details
    Browse the repository at this point in the history
  9. Added interface for event filter

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    eb2bcca View commit details
    Browse the repository at this point in the history
  10. Fixed merge conflicts

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    093a9a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Added unit tests for SqsWorker

    Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
    asifsmohammed committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e387106 View commit details
    Browse the repository at this point in the history