Is there any way to exclude a sub folder on the specified external packages?, this is to avoid including node_modules from my external package into the actual zip, because those dependencies are provided via a lambda layer, and including the external node_modules makes the resulting zip too heavy
Is there any way to exclude a sub folder on the specified external packages?, this is to avoid including node_modules from my external package into the actual zip, because those dependencies are provided via a lambda layer, and including the external node_modules makes the resulting zip too heavy