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
Mobisoft Infotech
Reading through your blog on "Deploying an AWS Lambda with Nest.js via Serverless"—such a well-explained guide! The section on setting up the Nest.js app with Lambda config was especially helpful.
While researching, I found this resource on AWS SQS and SNS integration with NestJS: mobisoftinfotech.com/resources/blog/aws-sqs-sns-n…
It’s a solid guide for anyone looking to understand event-driven architecture in AWS. I’d love to hear your thoughts on integrating AWS SQS and SNS with serverless functions in NestJS!