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 ability to subscribe to multiple log groups #41

Open
stuft2 opened this issue Jun 9, 2022 · 1 comment
Open

Add ability to subscribe to multiple log groups #41

stuft2 opened this issue Jun 9, 2022 · 1 comment

Comments

@stuft2
Copy link

stuft2 commented Jun 9, 2022

Currently I am manually triggering the subscription lambda for each log group. I would like the ability to subscribe to multiple log groups without having to manually trigger the lambda. This would involve changing the subscription lambda event to allow an array of log group prefixes:

{
  "detail": {
    "requestParameters": {
      "logGroupNames": [
        "EXAMPLE"
      ]
    }
  }
}

Similar to #38

@stuft2
Copy link
Author

stuft2 commented Jul 11, 2022

@Suzanna-Volkov do you have thoughts on supporting this method of subscribing to log groups?

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