The application is a sample Nest.js application that tests an RDS connection through AWS Secrets Manager and an S3 connection through a VPC endpoint.
$ npm installIf you get an ERESOLVE unable to resolve dependency tree error, run the command below and try npm install again.
$ npm install @nestjs/config@latestEdit
.envfile
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run deploySee CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.