following up to previous comment , what is the exact advantage of using the plugin vs the simple schedule?
I can imagine that the plugin allows way more customized configuration and to globally configure all the lambda in the yml instead of repeating the config in each function. but it is also true that i creates an additional lambda which then needs an IAM role…
what’s the benefit of having another lambda warming up our lambdas vs cloudwatch doing it?