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.
Migrating to a serverless architecture - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Migrating to a serverless architecture
- [Instructor] Now that you have built from scratch a couple of web apps using serverless, you might be thinking, "Will serverless help my existing applications? Why should I migrate them to this architecture? What options do I have when it comes to migrating? How I can get started?" Let's talk about that now. In traditional architectures, wherever, they're on premise or in the cloud, they require significant management. You need to provision, monitor, and scale serverless manually or with auto-scaling rules. This can lead to inefficiencies, especially as your applications grow and experience traffic spikes. Serverless removes much of this operational overhead. With serverless architectures, you focus on your code, and the cloud providers handle the infrastructure. But why is this beneficial? Well, here are the key reasons why companies migrate to serverless. First, cost efficiency. You pay only for what you use. In traditional models, you are charged for idle resources, but…
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)
-
-