LoslegenKostenlos loslegen

Check your understanding: estimating concurrency

A simple way to estimate needed concurrency is:

concurrency ≈ requests_per_second * average_duration_seconds

If your function averages 200 ms per request and receives 50 requests/second, what concurrency do you need (approximately)?

Diese Übung ist Teil des Kurses

Serverless Applications with AWS Lambda

Kurs anzeigen

Interaktive Übung

In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.

Übung starten