lambda-api
lambda-api copied to clipboard
as of v1.0.1, node_modules size increased significantly
By adding AWS packages as peerdependencies, the node_modules folder has increased from 164K to 8.5MB.
To keep Lambda load-times quick and to be able to edit code in Lambda, I typically install [email protected].
However, this means that I don't get future bug fixes.
Is there a way to install the latest version of lambda-api and then clean out some of the unneeded packages?