NEW VIDEO: Building a real time chat app using Lambda + WebSocket + API Gateway kzbin.info/www/bejne/eJS6dWCDZ7V9Y5o
@martinprice36133 ай бұрын
I found this really helpful. Allot of other examples out there make assumptions about your existing stack/configuration. This was easy to follow, informative and required little prior configuration. Keep up the great work!
@majrohi12 жыл бұрын
I rarely subscribe but after watching a few videos, I was compelled to not only leave likes but also subscribe. Keep up the great work. It takes time but you should be having millions of subscribers soon! Wish you all the best!
@mhussain_net Жыл бұрын
oh this should be a udemy course easily I was looking for such tutorial for a long time, nice to have it for free as well, thanks you :)
@ejbjms2 жыл бұрын
Fantastic explanation!
@hgiangphan2 жыл бұрын
At 12:45, you're still passing the db username + password to the lambda function, partially defeating the purpose of using RDS proxy so that we don't have to pass the username + password to lambda function for extra security as stated earlier in your video. I assume this is just for demo purposes?
@felipassarhin5079 Жыл бұрын
Thanks for your video. If I'm using RDS proxy then is it necessary to use mysql connection pooling at the application level?
@khandoor72283 жыл бұрын
This is an excellent lesson! Thank you!
@bt201 Жыл бұрын
This is so odd, I followed your guidance in the video. In my case I am doing user registration. When the user is first registered, the lambda handler behaves correctly with registering the user in the RDS database. The second time, I register the same user, which did not pass my validation that the user email has to not exist in the database. As such, the lambda handler returns the correct response that user did not get registered. But the odd thing here is that in my RDS db instance, there is another duplicate row containing the data of the user that was previously registered. Even though I did not make an save to database call, this is very odd. Even the console logs tell me that I did not go into the logic branch that would trigger a call to the RDS database. Note that I did these two request in Postman within the span of 20 seconds from each other. Any insight as to why this is the case?
@ethantun50003 жыл бұрын
if you choose IAM authentication when you create RDS proxy, that means you don't need to put mysql username and password in the lambda function?
@MultiStepan1 Жыл бұрын
how to check pevious video ?
@rushikeshshete68853 жыл бұрын
I have already mysql database, how can i connect it to aws lambda
@anirudhhasinghpanwar6822 жыл бұрын
how did yo connect? (nodejs)
@kannitra2 жыл бұрын
I am getting acess denied error for xx_user.I am using db cred for authentication not Iam auth.