Getting Started with Nest CDK
Welcome to the Nest CDK library! This guide will help you get started with the library and walk you through the steps of setting up your application.
1. Install @nest-cdk/cli
To install the @nest-cdk/cli, use one of the following package managers:
shell
yarn global add @nest-cdk/cli
shell
npm i @nest-cdk/cli -g
shell
pnpm add @nest-cdk/cli -g
2. Init Nest CDK in your existing Nest project
Inside your root path project run:
shell
nest-cdk init
3. Deploy your project
Use the AWS CDK CLI to deploy your project:
bash
npm run deploy:all
Feel free to customize the instructions based on your library's specific details and requirements.