I want to keep my AWS Lambda instances warm (even after the default warm time of 5 minutes). I saw good packages like this but unable to find any good examples using dotnet.
Could you suggest a Lambda-Warmer package for dotnet which could do the following, please?
- keep the Lambda warm even after 5 minutes
- keep concurrent instances warm (not just a single instance)