Skip to content

Commit 5d52a90

Browse files
authored
Update README.md
1 parent 3cea126 commit 5d52a90

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Additionally, when there are more parallel requests than expected execution envi
66

77
> Reduce your AWS Lambda costs by up to 80% and avoid cold starts completely!
88
9+
## Problem Being Solved - Cold Starts for Web Requests
10+
11+
Web applications can have lengthy cold start times and users waiting for those cold start times can increase the bounce and frustration rates, making it more difficult to choose AWS Lambda for hosting web applications.
12+
13+
The YouTube video below demonstrates the problem in detail (since many think the problem does not exist!).
14+
15+
[![AWS Lambda Cold Starts for Web Requests](https://img.youtube.com/vi/2dW1mSFCbdM/maxresdefault.jpg)](https://www.youtube.com/watch?v=2dW1mSFCbdM)
16+
917
## Advantages
1018

1119
- Avoids cold start wait durations in most cases where at least 1 exec env is running

0 commit comments

Comments
 (0)