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)?
This exercise is part of the course
Serverless Applications with AWS Lambda
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise