How to use ClaudiaJs to deploy NodeJs applications to AWS Lambda
Earlier I had deployed NodeJs projects manually so it was in fact a tedious process. Today I learned about an open source tool Claudia, and how it makes the process very easy.
About Claudia
Claudia makes it easy to deploy Node.js projects to AWS Lambda and API Gateway. It automates all the error-prone deployment and configuration tasks, and sets everything up the way JavaScript developers expect out of the box.
For information, follow this link.