See above how to develop and deploy to DigitalOcean.
First, install the libraries with:
npm iThen, to test locally, run:
npm run start:debugYou must run:
npm run deployWith this command it will compile, zip all node_modules and then update the function with its zip file.