admin管理员组

文章数量:1124381

I want to connect lambda functions to my amazon RDS database.

I set up my backend according to /nextjs/build-a-backend/data/

However, I cannot find any documentation that shows how to connect the functions to the rds db.

I tried to connect my function to the db via the console, but those changes do not seem to be reflected in my code. I know in gen1 it is possible to do amplify pull to fetch the changes made from cloud/console but I cannot find any documentation for gen2 for its equivalent.

What is the proper way to connect lambda functions to rds databases?

本文标签: nextjsAmplify Gen2 How to connect lambda function to an rds instanceStack Overflow