Deploying an AWS Lambda with Nest.js via Serverless
For this practice, we will launch a basic app into an AWS Lambda function. The idea is to leverage the nest.js router instead of manually creating each endpoint/method for the Lambda definition. The main components are as follows:
Nest.js app
AWS A...
eichgi.hashnode.dev4 min read