Package AWS Lambdas using NestJs MonoRepository structure and serverless framework
We’ll see in this article how to package independant lambdas ready to be deployed, using NestJs backend framework in a MonoRepository mode + serverless framework with a dedicated plugin.
NestJs in monoRepo mode = ❤️
I really like the open source NestJS framework for backend development, for the way this framework helps you:
- to structure properly your code base
- to decouple responsabilities of your…