Deploying a NestJS API to AWS Elastic Beanstalk with CI/CD implementation
Exploring a simple way to deploy a NestJS API on AWS Elastic Beanstalk while implementing CI/CD with AWS CodePipeline
Aug 4, 202211 min read221

Search for a command to run...
Series
In this series, I will explore all about building great GraphQl and REST APIs.
Exploring a simple way to deploy a NestJS API on AWS Elastic Beanstalk while implementing CI/CD with AWS CodePipeline

Besides being secure, a quality API must be: well structured, maintainable, performant, documented, and scalable. Although many resources talk about the above, it’s hard to find them well aligned together so the developer who’s learning can see a cle...
