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.
Understanding Amazon API Gateway - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Understanding Amazon API Gateway
- [Instructor] When building serverless RESTful APIs, the most used AWS service is Amazon API Gateway. Let's dive into it. Amazon API Gateway is a fully managed service that allows you to create, deploy, and manage APIs at any scale. Think of it as a bridge that connects your backend systems, like AWS Lambda functions, into instances or databases with your clients whenever their web applications, mobile apps, or IoT devices. APIs are essential for connecting applications, but building and managing them can be complex. Here are some challenges that API Gateway solves. It helps with scalability. It handles spikes in traffic without overloading your backend. It helps you with security, protecting your API with authentication and throttling to prevent misuse. It helps you with monitoring, providing insights into APIs' performance and usage with detailed metrics. And it simplifies development, acting as a single entry point for multiple backend services. Without API Gateway, you will need…
Contents
-
-
-
-
-
-
(Locked)
When to use RESTful vs. GraphQL APIs4m 33s
-
(Locked)
Understanding Amazon API Gateway3m 37s
-
(Locked)
Creating a simple API Gateway with Lambda using AWS CDK9m
-
(Locked)
Deploying and testing your API gateway3m 24s
-
(Locked)
Introduction to DynamoDB4m 13s
-
(Locked)
Building simple business logic8m 10s
-
(Locked)
Build more advance business logic7m 25s
-
(Locked)
Deploy and test your backend4m
-
(Locked)
Integrating the APIs into the webapp8m 20s
-
(Locked)
Challenge: Extend your API1m 45s
-
(Locked)
Solution: Extend your API7m
-
(Locked)
Progress Check: WebApps with RESTful APIs1m 14s
-
(Locked)
-
-
-
-
-