jeremydaly / lambda-warmer

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

Fix `function` value in logging #64

Closed Jono20201 closed 1 month ago

Jono20201 commented 9 months ago

I noticed that if the target is overwritten then the function value in the logs doesn't get updated. I assume this is a bug, and not intentional.

Fixes #63

Jono20201 commented 9 months ago

On futher reflection, this might not be right. I think I understand now that this log message is supposed to be for functions which have received the ping, rather than if I had one function that calls lots of other functions?