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(events): add filter rules for prefixEqualsIgnoreCase, suffixEqualsIgnoreCase, wildcard, and anythingBut* matches #32063

Merged
merged 28 commits into from
Dec 5, 2024

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    6bfa0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd23fea View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jaw111 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    07d6d55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce497a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1f8342 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ac3c00 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    4b70c5e View commit details
    Browse the repository at this point in the history
  2. extend anythingBut rules

    * add functions anythingButSuffix, anythingButWildcard, and anythingButEqualsIgnoreCase
    * change anythingButPrefix to support multiple values
    * implement unit tests
    * implement integration tests
    * update snapshots
    jaw111 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0982d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6709c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6729ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98fbb4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b362fb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a7f428 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    4f8520c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    7e27759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03534d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f1011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f7ef1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38cbf8a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    da62a0e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    98c5e38 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Update packages/aws-cdk-lib/aws-events/README.md

    Co-authored-by: Grace Luo <[email protected]>
    jaw111 and gracelu0 authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    07a1234 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    f0a3940 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    f5e3f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d823c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d531a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ca646 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Configuration menu
    Copy the full SHA
    e745df0 View commit details
    Browse the repository at this point in the history