jeremydaly / lambda-warmer

A module to optimize AWS Lambda function cold starts
MIT License
525 stars 55 forks source link

feat: support multiple targets #13

Closed MickVanDuijn closed 1 year ago

MickVanDuijn commented 5 years ago

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.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 20


Totals Coverage Status
Change from base Build 17: 0.0%
Covered Lines: 42
Relevant Lines: 42

💛 - Coveralls
rictorres commented 5 years ago

awesome!

MickVanDuijn commented 5 years ago

Note: a lot of the changes are due to eslint, so I could change it back if desired!

rictorres commented 2 years ago

@jeremydaly any chance you'd like to land this change? 🙏

naorpeled commented 1 year ago

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 🙏