From the course: Complete Guide to Serverless Web App Development on AWS
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Running load tests to understand how our web app performs - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Running load tests to understand how our web app performs
- [Instructor] Serverless is great. It takes care of many operational tasks for you, but when you're building an app, no matter the tech you use, you always need to make sure it can handle the load. With serverless, your app can scale, but it's your job to configure it correctly. A good way to check if everything is ready is to run load test. In this video, I will show you a simple tool you can use for that and how to check if your app is staying healthy under a load. I have been using Artillery for years to run load tests on serverless application. It's free and supports different environments. I will not go over everything it can do, but I recommend checking their docs. So if you run Artillery, you can run it in a virtual machine locally, in a lambda function, or in Fargate and you can basically check all the docs here and you can see where it can run the load test. So Lambda, Fargate. In a virtual machine, you can install it or locally. If you run it locally, it's easy to start…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Migrating to a serverless architecture4m 2s
-
(Locked)
Challenges of migrating to serverless4m 39s
-
(Locked)
Lambda Functions URL3m 27s
-
(Locked)
Challenge: Create a new Lambda function1m 2s
-
(Locked)
Solution: Create a new Lambda function4m 3s
-
(Locked)
Creating a function URL2m 23s
-
(Locked)
Introduction to Lambda Web Adapter3m 13s
-
(Locked)
Lift and shift an existing webapp with Lambda web adapter6m 52s
-
Understand Lambda scaling for syncronous invocations5m 33s
-
(Locked)
Running load tests to understand how our web app performs13m 26s
-
(Locked)
Progress check: Migrating an existing web app to lambda2m 5s
-
(Locked)
-
-