node-oracledb-for-lambda icon indicating copy to clipboard operation
node-oracledb-for-lambda copied to clipboard

node-oracledb, pre-compiled for AWS Lambda

Results 9 node-oracledb-for-lambda issues
Sort by recently updated
recently updated
newest added

Lambda cant connect to Oracle DB, I'm getting the error message `libclntsh.so.12.1: cannot open shared object file: No such file or directory`

node10.x / oracledb 3.1.2 are currently the latest released versions of AWS Lambda and oracledb, respectively. Binaries could be updated to match with the new version available. Can I create...

We are using this Package for a project, now While deploying the project on AWS we are getting warning that the node run time for node js 8.10 is deprecated....

We are getting > ORA-21561: OID generation failed even with the **HOSTALIAS** solution given in > https://medium.com/@mitchplanck/aws-lambda-node-js-oracle-3b5806fbecd3 The code and setup works for a simple oracle 11g database on AWS...

node8.10 for AWS Lambda was [released recently](https://aws.amazon.com/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda/), so binaries could be updated to match with the new version available. There were no contributing guidelines, do I need to submit a...

I installed the package by `npm install oracledb-for-lambda --save` After which I wrote a small index.js that is only trying to make connection to see how this works. But I...

I keep getting the following error when running the lambda in aws "ORA-12154: TNS:could not resolve the connect identifier specified". The connection works fine when I try running on my...

Thanks for putting this library together. I'm trying to get this integrated with a https://serverless.com/ project using https://github.com/FidelLimited/serverless-plugin-optimize to minify everything and having some troubles. Unfortunately the only error I...