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.
Introduction to Lambda Web Adapter - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Introduction to Lambda Web Adapter
- [Instructor] Going back to migration to serverless, there is a really interesting project that you can use to make your life easier. If you have a web application and you want to migrate it to AWS Lambda, the Lambda Web Adapter might help you. Lambda Web Adapter is an open-source AWS tool that allows you to run traditional web frameworks like Express.js, Fastify, Django, Flask, on AWS without rewriting your entire application. It works by translating HTTP requests from AWS Lambda event sources, such as API Gateway, Application Load Balancer, or Lambda Functions URLs, into the format that your web app understands. In simple terms, it acts as a bridge between your web app and AWS Lambda. Here is why the Lambda Web Adapter is helpful: It simplifies migration. You don't need to rebuild your application from scrap. Just wrap your existing app and run it on Lambda. It supports popular frameworks. It supports common frameworks like Express.js, Flask, Fastify, and more. Lambda automatically…
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)
-
-