开始使用免费开始使用

Pick the right Lambda concurrency setting

Your deploy-demo-orders-api Lambda backs a latency-sensitive checkout API. Most of the time it sits idle, so the first requests after a quiet period hit a cold start and users see a noticeable delay while a new execution environment initializes. You need those first requests to respond fast, every time.

Which Lambda concurrency setting best removes the cold-start latency for this function?

本练习是课程的一部分

Deploying Applications on AWS

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习