This chapter is a short break from the previous technical chapters, where we will go in-depth on the following:
- How serverless autoscaling works
- How Lambda can handle traffic demands during peak-service usage with no capacity planning or scheduled scaling
- How AWS Lambda uses concurrency to create multiple executions in parallel to your function's code
- How it can impact your cost and application performance.