Thursday, August 31, 2023

Compile NODEJS code to zip for AWS deployment;

  Setup: 

Run below command to install npm

  • npm install
Running below commands will create/update directory node_modules.


  1. index.js is the file root file for execution. 
ZIP the whole folder & Upload the zip file to relevant AWS instance.