aws
Lambda Cold Start Timeout
Lambda cold start duration exceeded (\d+)ms
Fixes
- 1.Enable provisioned concurrency
- 2.Reduce deployment package size
- 3.Use Lambda SnapStart for Java runtimes
awslambdacold-start
Related Errors
aws3 fixes
Lambda Function Timeout
Task timed out after (\d+\.\d+) seconds
- •Increase timeout in Lambda configuration
- •Optimize function code to reduce execution time
aws3 fixes
API Gateway Integration Timeout
Endpoint request timed out
- •Increase API Gateway timeout (max 29s)
- •Implement async pattern with SQS
aws3 fixes
DynamoDB Throughput Exceeded
ProvisionedThroughputExceededException
- •Enable auto-scaling on the table
- •Switch to on-demand capacity mode