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

Precompile for 10.x

Open romanbalayan opened this issue 5 years ago • 4 comments

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 a pull request for this?

romanbalayan avatar May 27 '19 07:05 romanbalayan

Nicolas, the package oracledb-for-lambda is great and we are using it for our database accessing. Now AWS going to end node.js 8 soon, do you have any plan to create a node 10 build? Thanks.

Derek

derekxlu avatar Nov 01 '19 21:11 derekxlu

I'm not sure if the package is still being maintained. Created a pull request (https://github.com/nalbion/node-oracledb-for-lambda/pull/12) for this feature but it has not been merged.

romanbalayan avatar Nov 03 '19 09:11 romanbalayan

Hi @romanbalayan is it possible to create a new package and publish it with the support of node run time 10 and above.

anpriyadar avatar Feb 13 '20 01:02 anpriyadar

Hi @anpriyadar,

Published this a while back: https://www.npmjs.com/package/oracledb-prebuilt-for-lambda Should support latest nodejs aws lambda runtime.

romanbalayan avatar Feb 13 '20 15:02 romanbalayan