You Got Subscriber man (Awesome Explanation Can you explain with aws services without lambda function please make one vide with one service example SNS,Dynamo DB,RDS etc )
If you need to use a database like dynamodb , is it still recommend using lambda, since we need to write boto3 code for it , and it might take 2-3 seconds to get data out of Dynamo db and then return to user, that's a bad latency for our user
hi Abhishek, what other aws Solutions architect related videos do you have? I am interested in concepts like ec2, dynamo, aws services etc. thank you..
You can set the method for authentication on api gateway itself, you can even set it no authentication or simple api key Authorization, just add that api key in header which api gateway will give once you set the setting ON
I like the way you explain and connect different aws services
Thanks :)
Subscribed !! Liked the way you explained with example
Great... concept explained really well
@@AbhishekChavan-l5e glad you liked it ✌🏼
Great and helpful
Thanks for the comment. Any suggestions on what to cover next in this series?
You Got Subscriber man (Awesome Explanation Can you explain with aws services without lambda function please make one vide with one service example SNS,Dynamo DB,RDS etc )
Thanks for subscribing. Will definitely make more videos on this 🙌🏼
very well explained!
If you need to use a database like dynamodb , is it still recommend using lambda, since we need to write boto3 code for it , and it might take 2-3 seconds to get data out of Dynamo db and then return to user, that's a bad latency for our user
great guy!
Thanks :)
Thanks;
Please create a step by step guide for website creation with use of Aws light.
hi Abhishek, what other aws Solutions architect related videos do you have? I am interested in concepts like ec2, dynamo, aws services etc. thank you..
Thanks
🙏🏼
GOAT.
Thanks :)
@@Studytonight this video won me a hackathon 🙏🙏🙏
How can I consume this api from my html ? Will it work without an auth token
@@lvlycreator92 using JavaScript fetch, you can consume it
You can set the method for authentication on api gateway itself, you can even set it no authentication or simple api key Authorization, just add that api key in header which api gateway will give once you set the setting ON
You don't need to stringify, as we can return dict objects from function