Amazon API GATEWAY - Introduction To REST APIs | .NET ON AWS | AWS Serverless

preview_player
Показать описание
Hello 👋 ,Amazon API Gateway is an AWS service for managing APIs at any scale.

REST APIs and HTTP APIs are both RESTful API products offered by API Gateway. While HTTP APIs are designed with minimal features and cost-effectiveness, REST APIs provide more advanced features such as API keys, per-client throttling, request validation, private API endpoints, etc.

In this video, let’s get started with REST APIs in Amazon API Gateway. We will learn the different building blocks of REST APIs, how they connect with each other, and how you can build and configure an API in the AWS Console. I will be using mock integration to show the different concepts. In follow-up videos, I will show different ways to integrate with other AWS services to build real-world APIs. However, a good understanding of these basic building blocks is necessary to build those integrations.

This video is sponsored by AWS and is part of the .NET on AWS Series.

00:00 - Introduction
04:00 - Resources & Methods
05:56 - Integrations
06:12 - Proxy and Non-Proxy Integrations
07:59 - Method Request & Response
09:58 - Integration Request & Response
10:34 - Mapping Template
11:37 - Integration Passthrough
15:26 - Multiple Method Response
18:13 - Query Parameters
18:55 - Velocity Mapping Template
22:10 - Models & Validation
27:25 - Deploy API
30:27 - Stage Variables
32:36 - Rollback Deploy
34:21 - Conclusion

Additional Watching

Come say hi! ✋

Рекомендации по теме
Комментарии
Автор

Thank you for your clear explanations! 🙂

vncstudio
Автор

your explanation of Proxy and Non-proxy integrations was quite helpful.

ibrahimomagbemi
Автор

Hi Rahul, it was a great walkthrough

If Iam using lambda authorizer to Authorize my token and returning a policy json with context json value as well with some key value pairs and If I want to add those context values as a header my .net api handler after successfully authorised, what are the steps i need to follow?

NirmalKumar-fyqu
Автор

Sir waiting for Other videos about JWT with Azure AD

venud
Автор

I am waiting for Azure api gateway with .net core microservice

guru