Lambda with stored procedures in RDS

0

I want to get data in my .net application from RDS using stored procedures with the help of the lambda function.

질문됨 2년 전1723회 조회
2개 답변
1

RDS Proxy is available only for Amazon Aurora with MySQL compatibility, Amazon Aurora with PostgreSQL compatibility, Amazon RDS for MariaDB, Amazon RDS for MySQL, and Amazon RDS for PostgreSQL.

If you are trying to connect to RDS MSSQL Server, then RDS proxy won't work. In that case you will use whatever mechanism you are using today.

I could not find a blog post but here is a video that shows how to connect to RDS MSSQL Server from a .NET Lambda function - https://www.youtube.com/watch?v=LDGgAkSf8-Y

profile pictureAWS
전문가
답변함 2년 전
0

Lambda proxy config can be used to set a connection between lambda and rds

Simply that relies on vpc connectivity so you need a vpc attached lambda function

The rds sg must let your lambda subnet talks to rds, based on documentation the lambda and rds must be in same vpc and subnet , but I m sure there is other walk-around for that with separate tiers

Here the aws blog: https://aws.amazon.com/blogs/compute/using-amazon-rds-proxy-with-aws-lambda/

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠