Access Oracle database from AWS Lambda NodeJS Application

How to package Oracle Client Libraries with your NodeJS application and run on AWS Lambda

Apollo Software Labs
1 min readAug 8, 2019

You will need

Let us assume your current working directory contains the lambda code in index.js, but ultimately your dist folder will contain all the files that are to be deployed to lambda.

Your zip file contents should look similar to below.

dist folder contents
dist/lib folder contents

Upload the zip file created to s3. Have your lambda use the zip deployment package from s3.

Originally published at http://github.com.

--

--

Apollo Software Labs
Apollo Software Labs

Written by Apollo Software Labs

Hands-on Solution Architect passionate about building secure, scalable, and high performance solutions in the cloud.

No responses yet