NodeJS mono repository with multiple AWS lambdas
We’ll see in this article how to create a vanilla monorepository containing multiple independent nodeJs lambdas and a shared library used by each lambdas.
We will use the serverless framework for locally running and packaging our lambdas, and esbuild for the building and bundling part.
In this configuration, the project and each lambda are not only super lightweight, but also using esbuild will drastically speed up the bundling part;