Dhanuaws / cloud

All AWS Services
0 stars 0 forks source link

How to Connect my Oracle Instance in RDS from a nodejs lambdba function. #1

Open Dhanuaws opened 5 years ago

Dhanuaws commented 5 years ago

We have our Oracle Database running RDS. And we need to connect the RDS instance from a lambda function using nodejs code. After several attempts and test, I finally landed on GitHub team.

I have tried all possible ways by going through several steps and forums. But I am not able to achieve this. We followed the below steps.

1) Created an RDS instance of Oracle DB. 2) Modified the security rules for the Oracle DB connectivity from local environment. Able to telnet oracle db successfully from local env. 3) Now comes the Lambda part. Where can I get clear steps for creating a lambda function on nodejs along with the needed oracle library files and package.json file.

Thanks for the help.

Awaiting for the support.

Dhanuaws commented 5 years ago

Any one please help me