Heatup Lambdas
POST/v1/heatup
Heat up (warm up) Lambda functions to reduce cold start latency.
This endpoint is called when the user first arrives on the app to ensure that subsequent API calls have minimal latency. It triggers async invocations of the most commonly used Lambda functions.
Body params: lambdas: List of lambda names to warm up (optional) multiplier: Number of parallel invocations per lambda (default: 1)
Request
Responses
- 200
- 422
Successful Response
Validation Error