Cold start is a prevalent consideration when working with AWS Lambda functions. This phenomenon occurs when a function is invoked after a period of...
For further actions, you may consider blocking this person and/or reporting abuse
In node world I recommend using the lambda warmer npmjs.com/package/lambda-warmer no need to reinvent. Probably python has something similar ?!
Thanks. There's definitely something similar for python. I just added a simple piece of code to show how it works.