How to connect AWS Lambda to a MySQL database to update it? (using RDS proxy)

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 16

  • @BiteSizeAcademy
    @BiteSizeAcademy  3 роки тому

    NEW VIDEO: Building a real time chat app using Lambda + WebSocket + API Gateway ua-cam.com/video/BcWD-M2PJ-8/v-deo.html

  • @martinprice3613
    @martinprice3613 2 місяці тому

    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!

  • @majrohi1
    @majrohi1 2 роки тому

    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
    @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 :)

  • @ejbjms
    @ejbjms 2 роки тому

    Fantastic explanation!

  • @khandoor7228
    @khandoor7228 3 роки тому +1

    This is an excellent lesson! Thank you!

  • @hgiangphan
    @hgiangphan Рік тому +1

    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
    @felipassarhin5079 Рік тому

    Thanks for your video. If I'm using RDS proxy then is it necessary to use mysql connection pooling at the application level?

  • @bt201
    @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?

  • @ethantun5000
    @ethantun5000 3 роки тому +2

    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
    @MultiStepan1 Рік тому

    how to check pevious video ?

  • @rushikeshshete6885
    @rushikeshshete6885 2 роки тому +1

    I have already mysql database, how can i connect it to aws lambda

  • @kannitra
    @kannitra 2 роки тому

    I am getting acess denied error for xx_user.I am using db cred for authentication not Iam auth.

  • @MultiStepan1
    @MultiStepan1 Рік тому

    So I see that videos in your lisn are unordered

  • @shikharwankar5098
    @shikharwankar5098 3 роки тому

    Awesome man