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

feat(subscriber): add subscription diff logic #80

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Commits on Nov 14, 2023

  1. feat(subscriber): add subscription diff logic

    First pass at fleshing out the `HandleSubscribe` endpoint. This is
    unlikely to have all the safeguards we need, but for now:
    
    - we only manage subscription filters which have our filter name as a
      prefix.
    - if there are already 2 filters, we do nothing
    
    The diffing function is broken out so that we can test it without
    involving AWS API stubs.
    jta committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    45cf845 View commit details
    Browse the repository at this point in the history