Тёмный

Amazon API GATEWAY - How To Build HTTP APIs | AWS LAMBDA SERIES | .NET ON AWS 

Rahul Nath
Подписаться 33 тыс.
Просмотров 14 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@florianszoke168
@florianszoke168 Год назад
Excelent video. Well done!! Thank you !!!
@RahulNath
@RahulNath Год назад
Glad you liked it Florian! Hope you are finding the series useful bit.ly/aws-net-series
@shaktisingh-lu3dm
@shaktisingh-lu3dm Год назад
Thanks a lot Rahul. This is very helpful
@juhairahamed5342
@juhairahamed5342 7 месяцев назад
Good Explanation.. Thanks for uploading
@RahulNath
@RahulNath 7 месяцев назад
Glad you liked it Juhair. Do check out my AWS Series here bit.ly/aws-net-series And do let me know if you have any topic suggestions.
@VinuP2023
@VinuP2023 2 года назад
Rahul, new subscriber here. Thank you for all efforts you are putting for all of us. Please dont stop making videos. This will channel will grow big eventually 🙏😊
@RahulNath
@RahulNath 2 года назад
So nice of you Vinay and thank you for the encouraging words. 😍 Are you working on AWS? I'm trying to build more content in this series. Do drop in if you have topic suggestions.
@VinuP2023
@VinuP2023 2 года назад
@@RahulNath I don't work on any of cloud. My job is on desktop application development. For upskilling, I want to learn these latest technologies. However, for video suggestions apart from technology videos, please make videos on #How you learn a new technology fast #How to get over imposter syndrome as software engineer Thank you
@VinothKumar-dp8we
@VinothKumar-dp8we 2 года назад
@@RahulNath - Thank you very much for your videos, I subscribed to your channel. Request you to make videos on AWS Batch, Amplify & container services.
@RahulNath
@RahulNath 2 года назад
@@VinothKumar-dp8we Thank you Vinoth and great suggestions. I have added them to my list!
@pappajul
@pappajul 2 года назад
Thank you, this taught me allot.
@RahulNath
@RahulNath 2 года назад
Very happy to hear that! Do let me know if you have topic suggestion for .NET on AWS. Between here is the full series bit.ly/aws-net-series
@davidtaiwo5443
@davidtaiwo5443 11 месяцев назад
Hi Rahul, thank you always for the tutorials, I want to host a WCF Service on AWS EC2 and consume from my local machine, please help with ways to accomplish this, like how to configure endpoints and more. I tried installing SQL Server Express on my EC2 Instance and attached an Elastic IP to the EC2, configured my App. to use the Elastic IP that I attached to the EC2 instance to connect to the service, but it did not connect instead, it said Server not found, but this works fine locally on my PC and other PC connected to the Server PC on my LAN.
@saurabhrana5403
@saurabhrana5403 Год назад
New subscriber here. Thanks for your efforts and support ❤
@RahulNath
@RahulNath Год назад
Welcome! hope you are liking the full series bit.ly/aws-net-series
@mikebarrett393
@mikebarrett393 2 года назад
Hi Rahul, Great Video.. Have a quick question. How to call the API Gateway endpoint with IAM Authorization from a .NET application?
@RahulNath
@RahulNath 2 года назад
Where is your .NET application running? You can use CredentialsFactory GetDefaultCredentials to get a token from the environment. Planning to do a video on this soon.
@mikebarrett393
@mikebarrett393 2 года назад
@@RahulNath My .NET application is running in an EC2 instance. Don't we need to sign the request using AWS4RequestSigner for an IAM authorization?? Also, can you please share any doc for CredentialsFactory GetDefaultCredentials which you've mentioned.
@RahulNath
@RahulNath 2 года назад
@@mikebarrett393 I talk about this in my latest video here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-75EEaN-oBAg.html Does that help your scenario?
@saurabhrana5403
@saurabhrana5403 Год назад
@RahulNath, how to call Api gateway for post request from our lambda function instead using postman. Pls help me.thanks in advance
@RahulNath
@RahulNath Год назад
You can do that like you would call any other API endpoint - Using HttpClient or other helper libraries in .NET (like Flurl, Refit etc). www.rahulpnath.com/blog/are-you-using-httpclient-in-the-right-way/ Let me know if that helps
@OvRaf
@OvRaf Год назад
it seems like that authorization for http api is slightly different that for rest api (i see your another clip with it). For rest api we can get token via APIGatewayCustomAuthorizerRequest.AuthorizationToken which is populated by under the hood. For http ap it doesnt work. would you prompt wthat type should I use instead of APIGatewayCustomAuthorizerRequest in case when I want to be authorized against http api?
@srinivasanattube
@srinivasanattube 2 года назад
It is very useful. I have a doubt. After adding new get function for test and publish to AWS without original GET method. How the existing Lambda function intact in AWS
@RahulNath
@RahulNath 2 года назад
Thank you Srinivasan. Can you tag the location of the video you are referring to (if you specify the minutes:seconds that will be great.)
@DavidMerinos
@DavidMerinos 2 года назад
Greetings from Mexico, thanks for your explanation. Is there any video you have where you do this or similar things but using YAMLs?
@RahulNath
@RahulNath 2 года назад
Thank you David and glad you liked it. When you say YAML which part are you looking for?
@charithjayasundara9878
@charithjayasundara9878 2 года назад
Hi Rahul, Does AWS lambda fully support C# 6 now? AWS web site says support has been started...
@RahulNath
@RahulNath 2 года назад
Just realizing it does while working on the demo for the next video! The updated AWS Toolkit also has support for it. Thank you for pointing it out Charith😀 twitter.com/rahulpnath/status/1496930172330999808?s=20&t=mvbG0maDblTEt-kvM7OyZg
@smitakolhe3565
@smitakolhe3565 2 года назад
Hi Rahul, thank you so much for all the effort you are putting. Really very well explained and your great teacher. I am new to aws leaning. I have some doubt if you please help adress. When we have. Net core web apis developed in real time application how they are Configured behind api gateways?? Do we need to add them all manually or there are automated ways for it? Here you have shown lambda function configured which are serverless but does it same work for. Net core web api? How the runtime will be configured for them? A video on web api configuration will be really helpful.
@RahulNath
@RahulNath 2 года назад
Thank you Smita. Where are you hosting your ASP .NET Core Web API? I plan to do a video soon on ASP NET Core Web API and different hosting options on AWS. With Lambda's you are more on Serverless land and the combination mentioned here works well. You can automate the deployment for them using CloudFormation or other frameworks.
@OvRaf
@OvRaf 2 года назад
thanks a ton
@RahulNath
@RahulNath 2 года назад
Most welcome Rafik! Hope you are enjoying the series bit.ly/aws-net-series
@clashclan4739
@clashclan4739 2 года назад
Bro pls do in Azure api gateway and Api management
@RahulNath
@RahulNath 2 года назад
Great suggestion - Added it to my list!
@smartrohit143rs
@smartrohit143rs 2 года назад
Bhai Rahul thoda has liya kar, itna seriously kyu rahta hai 😂
@winays
@winays 2 года назад
Ha yaar 😂
@RahulNath
@RahulNath 2 года назад
Haha - very true, I feel that when editing too. I will practice this with some RU-vid shorts maybe. Any topics or suggestions that you would like me to talk about in under 60 seconds (guess that's the shorts max length)
@arunece100
@arunece100 2 года назад
@@RahulNath For shorts you can share common tips and solutions to common errors
@RahulNath
@RahulNath 2 года назад
@@arunece100 Nice - Will try and start something soon 👍
@pawanswami1428
@pawanswami1428 Год назад
Hey I have started an membership with you , can you please tell me the link for your discord server
@RahulNath
@RahulNath Год назад
Glad to see this is all sorted now
Далее
Paint Projects
00:17
Просмотров 2,3 млн
Тестирую гаджет для роллов! 🙈
00:42
Building a Serverless REST API in .NET with AWS Lambda
20:13
Paint Projects
00:17
Просмотров 2,3 млн