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

SNS Connector Requirements #1

Open
kevvo83 opened this issue Jul 18, 2024 · 1 comment
Open

SNS Connector Requirements #1

kevvo83 opened this issue Jul 18, 2024 · 1 comment
Assignees

Comments

@kevvo83
Copy link
Member

kevvo83 commented Jul 18, 2024

  1. Implement put_record_batch functionality of the sink connector
  2. Implement integration tests using localstack
    • 1 integration test to push a JSON record into a topic
    • 1 integration test to push a batch close to quota number of records limit
    • 1 integration test to push a batch with messages close to size limits
    • 1 integration test to recover from quota breach errors
@kevvo83 kevvo83 self-assigned this Jul 18, 2024
@kevvo83
Copy link
Member Author

kevvo83 commented Jul 18, 2024

Implementing tests using pytest at the moment - stuck on parameterizing tests using command line options - will move past quickly.

Need to investigate how to use moto - it hasn't worked for me - need to investigate if I can pull this into the unit tests.

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

No branches or pull requests

1 participant