An Introduction to AWS API Gateway with AWS Lambda (.NET Core 3.1 Application)

  Рет қаралды 18,037

DotNet Core Central

DotNet Core Central

Күн бұрын

Пікірлер: 45
@christopher5731
@christopher5731 3 жыл бұрын
Your videos on this are fantastic. I am glad you keep in the parts where you are troubleshooting because it allows us to see some things to pay attention to. Keep up the good work and thanks!
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Ju66ernaut, thanks for watching!
@antarikshverma8999
@antarikshverma8999 2 жыл бұрын
Your videos are always lucid and clear. Thank you for awesome content.
@DotNetCoreCentral
@DotNetCoreCentral 2 жыл бұрын
@Antariksh verma, thanks for watching!
@ManinderSingh-pf2eg
@ManinderSingh-pf2eg 2 жыл бұрын
Really Appreciate your efforts.
@DotNetCoreCentral
@DotNetCoreCentral 2 жыл бұрын
Thanks!
@Latif127
@Latif127 3 жыл бұрын
Your tutorials are awesome.
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Abdul Latif, thanks for watching!
@TheMostBeautifulSights
@TheMostBeautifulSights 3 жыл бұрын
Thank you very much ! It is really helpful with simple sample and specific function that I need.
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@khanhquay, thanks for watching!
@muralikrishna2118
@muralikrishna2118 2 жыл бұрын
your vedios are awsome .can you please let me know how to retrive headers
@gamerat30
@gamerat30 2 жыл бұрын
Hi Bro, Can we write multiple function handlers in Single file (Class). kindly make a tutorial regarding this 🙏
@mohammedalagab4323
@mohammedalagab4323 2 жыл бұрын
how to retrieve a list of images use lambda function or api gateway?
@ishitabiswas9947
@ishitabiswas9947 3 жыл бұрын
Great video
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Ishita Biswas, thanks for watching!
@ishitabiswas9947
@ishitabiswas9947 3 жыл бұрын
Can you also give a demo on the advanced configurations like setting up authorization
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Ishita Biswas, sure I will do it in one of the future videos in couple of weeks.
@ManinderSingh-pf2eg
@ManinderSingh-pf2eg 2 жыл бұрын
Can you please Make a video for Lambda with S3 bucket file upload, read and download in .net core?
@mahendranchinnaiah7593
@mahendranchinnaiah7593 3 жыл бұрын
Thanks billion. Pls plan for Azure services once you covered all the topics in AWS.Again appreciate your effort...
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Mahendran Chinnaiah, thanks as always for watching! I will definitely start Azure once I complete the series on AWS.
@praneethsign
@praneethsign 3 жыл бұрын
Hey thanks for this video Can u create IAM role and access in Visual studio.. my lambda function executing locally and not showing in AWS IAM function
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Praneeth Reddy, thanks for watching! I did a video on how to access AWS services like S3 from local PC using key/secret. This should help you: kzbin.info/www/bejne/pKqcZalua86lfbc
@roycekuma839
@roycekuma839 3 жыл бұрын
Thanks heaps.
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Royce Kuma, thanks for watching!
@Rahulsapkota
@Rahulsapkota 3 жыл бұрын
can you please make a video on triggering the console application inside docker from sqs
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Rahul sapkota, thanks for watching! There is no way to trigger a call from SQS to a console inside docker, in the case of the console application, you need to call SQS in a loop and get messages.
@Rahulsapkota
@Rahulsapkota 3 жыл бұрын
@@DotNetCoreCentral so any suggestion whether i need to do it through sns or how its done?
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@@Rahulsapkota SNS also does not directly push messages to a Console app running in Docker, it can push messages to an HTTP endpoint. I usually use Amazon RabbitMQ if I need to build reactive applications which will react to a message from queue and work as a console.
@Rahulsapkota
@Rahulsapkota 3 жыл бұрын
@@DotNetCoreCentral do you have any video for this setting it up and using it
@cloud_architector
@cloud_architector 3 жыл бұрын
is there a way to add validators for QueryStringParameters? like @middy/validator for sls in nodejs?
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Denys Medvediev, you can validate the query parameters inside of the lambda creating a validator class and call it from the first line. I am not sure if it is possible to do it through an attribute.
@valirjonathan2161
@valirjonathan2161 3 жыл бұрын
Can you please do a tutorial video on authentication and authorization so that it shows how to secure an API Gateway? For example, I have a simple page in S3 which calls an API, how to secure it so that only logged in users can access it. Thank you.
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Valir Jonathan, thanks for watching! I will do it.
@valirjonathan2161
@valirjonathan2161 3 жыл бұрын
@@DotNetCoreCentral thanks 🙏
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@@valirjonathan2161 welcome!
@avner264
@avner264 3 жыл бұрын
hey do you know how debug? i can't get the parameters by mock test tool Thank you! you help me a loot
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Avner Pinheiro, thanks for watching! Debugging in API gateway or in the Lambda? For API Gateway there is no real way to debug apart from checking logs. For Lambda you can, and I intend to cover that in my upcoming video.
@MiekyYudinata
@MiekyYudinata 3 жыл бұрын
Is it possible if I use HTTP API, not REST API?
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Mieky Yudinata, I am not sure what is HHTP API, do you mean HTTP API?
@MiekyYudinata
@MiekyYudinata 3 жыл бұрын
@@DotNetCoreCentral Ah my bad. Sorry for typo. Yes that's what I mean. Is it possible?
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@@MiekyYudinata yes it works with HTTP API as well
@cloud_architector
@cloud_architector 3 жыл бұрын
How to debug the func?
@DotNetCoreCentral
@DotNetCoreCentral 3 жыл бұрын
@Denys Medvediev, I will be doing a video on that shortly.
@cloud_architector
@cloud_architector 3 жыл бұрын
@@DotNetCoreCentral I found a way to do it, but the video still appreciated!
@Dhandapanii
@Dhandapanii 2 жыл бұрын
A good way to start a day... Can you do a video on accessing SQL DB from lambda functions with Authentication and Authorization?
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 15 МЛН
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 25 МЛН
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 69 МЛН
HELP!!!
00:46
Natan por Aí
Рет қаралды 52 МЛН
AWS API Gateway Websocket Tutorial With Lambda | COMPLETELY SERVERLESS!
19:07
Building a Serverless REST API in .NET with AWS Lambda
20:13
Nick Chapsas
Рет қаралды 77 М.
Build a HTTP API using AWS Lambda and API Gateway
24:21
Jonathan Davies
Рет қаралды 17 М.
An introduction to Amazon SQS with AWS Lambda (Using .NET Core and C#)
15:53
DotNet Core Central
Рет қаралды 12 М.
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 15 МЛН