Skip to content

coding-chris-kao/nestjs-aws-batch-cdk

Repository files navigation

Description

A starter repository that combines Nest, Nest-Commander, AWS CDK configuration of building an AWS Batch application.

Installation

$ npm install

Running the app

# development
$ ts-node src/main <command>

Test

# unit tests
$ npm run test