Delays in AWS Lambda (in VPC) with ASP.NET Core 2.1
We started hitting a 30 second timeout on some Lambdas last week but everything was running much faster when debugging locally. So I dug into the XRay logs to learn more and found two execution delays (red boxes below). The first is the Lambda cold start setup. So this delay was only being hit after …
Delays in AWS Lambda (in VPC) with ASP.NET Core 2.1 Read More »