-
Notifications
You must be signed in to change notification settings - Fork 56
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: support multiple targets #13
Conversation
awesome! |
Note: a lot of the changes are due to |
@jeremydaly any chance you'd like to land this change? 🙏 |
I'm planning on reviewing this a bit later and then I'll work on a PR that adds type definitions to this, afterwards hopefully release this 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In an organization with multiple micro-services, each with multiple lambdas, the CloudWatch Rule limit of 100 is easily reached. With these additions, there can be a single warmer per micro-service, invoking all applicable lambdas with the desired concurrency.