Couchbase nodejs 4.1.0 sdk unzipped size causing an issue for lambda layers

Hey @pavan ,

If your application is performing a ‘pre-installation’ prior to zipping up the package for deployment on Lambda (as opposed to doing an npm install on lambda), it is safe to drop the src/ and deps/ folders which are both used as part of the generation of our complied binary (but once its built, are no longer needed).

Cheers, Brett

1 Like