Jun 2, 2024
It doesn't really solve the issue as you get one instance running and you will waste money as you keep warming the lambda when there's maybe no need.
Plus your logs will have many empty events or errors due to invalid traffic (lambdas usually get tenant/customer token etc) and you pay for those logs too.
Tldr - it's a hack. Use proper solutions