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,900 courses taught by industry experts.
Progress check: Migrating an existing web app to lambda - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Progress check: Migrating an existing web app to lambda
- [Instructor] Let's recap everything you learned so far and see how all the pieces fit together. In the previous section, you learned how to build new serverless web apps using REST and GraphQL with API Gateway. In this section, you explore how to migrate existing applications to serverless. You learn about migration strategies. You learn the different approaches to migrate applications like the hybrid approach, the strangle fit pattern, the event-driven extensions, and the lift and shift. You learn about the different challenges and solutions you might face. You also explore all the challenges in migrations, such as handling state, performance optimization and monitoring, and how to address them. Then you learn about some tools to assist you with the migration, like the Lambda Web Adapter and Lambda functions URL. You learn how these tools allow you to run traditional web apps and container images on AWS Lambda without significant refactoring all your application, and everything was…
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)
-
-