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!
@DotNetCoreCentral3 жыл бұрын
@Ju66ernaut, thanks for watching!
@antarikshverma89992 жыл бұрын
Your videos are always lucid and clear. Thank you for awesome content.
@DotNetCoreCentral2 жыл бұрын
@Antariksh verma, thanks for watching!
@ManinderSingh-pf2eg2 жыл бұрын
Really Appreciate your efforts.
@DotNetCoreCentral2 жыл бұрын
Thanks!
@Latif1273 жыл бұрын
Your tutorials are awesome.
@DotNetCoreCentral3 жыл бұрын
@Abdul Latif, thanks for watching!
@TheMostBeautifulSights3 жыл бұрын
Thank you very much ! It is really helpful with simple sample and specific function that I need.
@DotNetCoreCentral3 жыл бұрын
@khanhquay, thanks for watching!
@muralikrishna21182 жыл бұрын
your vedios are awsome .can you please let me know how to retrive headers
@gamerat302 жыл бұрын
Hi Bro, Can we write multiple function handlers in Single file (Class). kindly make a tutorial regarding this 🙏
@mohammedalagab43232 жыл бұрын
how to retrieve a list of images use lambda function or api gateway?
@ishitabiswas99473 жыл бұрын
Great video
@DotNetCoreCentral3 жыл бұрын
@Ishita Biswas, thanks for watching!
@ishitabiswas99473 жыл бұрын
Can you also give a demo on the advanced configurations like setting up authorization
@DotNetCoreCentral3 жыл бұрын
@Ishita Biswas, sure I will do it in one of the future videos in couple of weeks.
@ManinderSingh-pf2eg2 жыл бұрын
Can you please Make a video for Lambda with S3 bucket file upload, read and download in .net core?
@mahendranchinnaiah75933 жыл бұрын
Thanks billion. Pls plan for Azure services once you covered all the topics in AWS.Again appreciate your effort...
@DotNetCoreCentral3 жыл бұрын
@Mahendran Chinnaiah, thanks as always for watching! I will definitely start Azure once I complete the series on AWS.
@praneethsign3 жыл бұрын
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
@DotNetCoreCentral3 жыл бұрын
@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
@roycekuma8393 жыл бұрын
Thanks heaps.
@DotNetCoreCentral3 жыл бұрын
@Royce Kuma, thanks for watching!
@Rahulsapkota3 жыл бұрын
can you please make a video on triggering the console application inside docker from sqs
@DotNetCoreCentral3 жыл бұрын
@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.
@Rahulsapkota3 жыл бұрын
@@DotNetCoreCentral so any suggestion whether i need to do it through sns or how its done?
@DotNetCoreCentral3 жыл бұрын
@@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.
@Rahulsapkota3 жыл бұрын
@@DotNetCoreCentral do you have any video for this setting it up and using it
@cloud_architector3 жыл бұрын
is there a way to add validators for QueryStringParameters? like @middy/validator for sls in nodejs?
@DotNetCoreCentral3 жыл бұрын
@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.
@valirjonathan21613 жыл бұрын
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.
@DotNetCoreCentral3 жыл бұрын
@Valir Jonathan, thanks for watching! I will do it.
@valirjonathan21613 жыл бұрын
@@DotNetCoreCentral thanks 🙏
@DotNetCoreCentral3 жыл бұрын
@@valirjonathan2161 welcome!
@avner2643 жыл бұрын
hey do you know how debug? i can't get the parameters by mock test tool Thank you! you help me a loot
@DotNetCoreCentral3 жыл бұрын
@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.
@MiekyYudinata3 жыл бұрын
Is it possible if I use HTTP API, not REST API?
@DotNetCoreCentral3 жыл бұрын
@Mieky Yudinata, I am not sure what is HHTP API, do you mean HTTP API?
@MiekyYudinata3 жыл бұрын
@@DotNetCoreCentral Ah my bad. Sorry for typo. Yes that's what I mean. Is it possible?
@DotNetCoreCentral3 жыл бұрын
@@MiekyYudinata yes it works with HTTP API as well
@cloud_architector3 жыл бұрын
How to debug the func?
@DotNetCoreCentral3 жыл бұрын
@Denys Medvediev, I will be doing a video on that shortly.
@cloud_architector3 жыл бұрын
@@DotNetCoreCentral I found a way to do it, but the video still appreciated!
@Dhandapanii2 жыл бұрын
A good way to start a day... Can you do a video on accessing SQL DB from lambda functions with Authentication and Authorization?