From the course: Learning Amazon Web Services Lambda
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Introduction to API Gateway - Amazon Web Services (AWS) Tutorial
From the course: Learning Amazon Web Services Lambda
Introduction to API Gateway
- [Instructor] Amazon API Gateway is one of the most popular triggers for AWS Lambda to create serverless backend. Let's look in more detail and explore some possible use cases. API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. You can create an API that acts as a front door for your applications to access data, business logic, or functionality from your backend services. Amazon API Gateway handles all the tasks involved in accepting and processing up to 200,000 of concurrent API calls including traffic management, authorization, access control, monitoring, and API version management. Amazon API Gateway has not minimum fees or startup costs. You pay only for the APIs calls you receive and the amount of data transferred out. How does API Gateway work? On the left, we have all the different services that can call API Gateway,…
Contents
-
-
-
-
-
(Locked)
Create your first AWS Lambda3m 21s
-
(Locked)
AWS Lambda function triggers2m 44s
-
(Locked)
Introduction to API Gateway2m 38s
-
(Locked)
Add API Gateway as a trigger to Lambda4m 13s
-
(Locked)
Test your function with Postman2m 34s
-
(Locked)
Monitor your function with CloudWatch metrics3m 7s
-
(Locked)
Adding CloudWatch Logs3m 52s
-
(Locked)
Challenge39s
-
(Locked)
Solution2m 17s
-
(Locked)
-
-
-