My team has a strange problem with our Lambda invocations, which seem to behave strangely from time to time. We are well aware of the cold start time and we addressed that with warmup Lambdas, but this is really strange.
Below I attached an image of the timeframe of a Lamba function invocation.
I takes 5-6 seconds for coldstart to happen, then the function runs for 700ms (billed period) and it again takes 5-6 second for response to happen. This happens a few time per hour, but it influences our apps badly becouse the app's rendering is impacted.
Anybody have a clue what is going on here?