
How did I deploy my NestJS app to AWS ECS using Pulumi?
Step-by-step guide to deploying a NestJS application to AWS ECS using Pulumi. Covers VPC setup, Docker builds, ECR, and load balancer configuration.
ecsnestjs

Step-by-step guide to deploying a NestJS application to AWS ECS using Pulumi. Covers VPC setup, Docker builds, ECR, and load balancer configuration.

Production-ready NestJS boilerplate with JWT authentication, role-based access control, Swagger docs, Docker Compose, and ESLint configuration.