Tag: aws
All the articles with the tag "aws".
-
Production Deployment — ECS Fargate, RDS, ElastiCache & Zero-Downtime Releases
Deploy both NestJS apps (api + portal-api) and the Next.js frontend to AWS ECS Fargate with RDS PostgreSQL, ElastiCache Redis, Secrets Manager for environment variables, a GitHub Actions CD pipeline, and a zero-downtime migration strategy using one-off ECS tasks
-
Media Library — S3 Presigned Uploads, Magic Byte Validation & CDN
Build a production-grade media library with S3 presigned upload URLs, Bull-queue post-processing, magic-byte file-type validation, sharp thumbnail generation, and CloudFront CDN delivery — without ever routing file bytes through your API server.