NO_COLOR env should be true when nestjs with AWS Lambda Published April 18, 2024 Author hugtech Categories aws Categories Others Categories programming NestJS – A progressive Node.js frameworkNestJS is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript and combines elements of O…nestjs.com In the default configuration. In the CloudWatchLogs of AWS Lambda, Some code related color has been injected. It’s hard to read. Documentation | NestJS – A progressive Node.js frameworkNest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines el…docs.nestjs.com The easiest way is to set the NO_COLOR env variable. Sounds great. aws nestjs Serverless