From 227f35557a5c22eedd0e03b45cdc7ef8486d0da7 Mon Sep 17 00:00:00 2001 From: Mozammil Khan Date: Tue, 24 Sep 2024 16:11:13 +0530 Subject: [PATCH] removing duplicate readme --- aws-cdk/beckn-cdk/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 aws-cdk/beckn-cdk/README.md diff --git a/aws-cdk/beckn-cdk/README.md b/aws-cdk/beckn-cdk/README.md deleted file mode 100644 index 9315fe5..0000000 --- a/aws-cdk/beckn-cdk/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Welcome to your CDK TypeScript project - -This is a blank project for CDK development with TypeScript. - -The `cdk.json` file tells the CDK Toolkit how to execute your app. - -## Useful commands - -* `npm run build` compile typescript to js -* `npm run watch` watch for changes and compile -* `npm run test` perform the jest unit tests -* `npx cdk deploy` deploy this stack to your default AWS account/region -* `npx cdk diff` compare deployed stack with current state -* `npx cdk synth` emits the synthesized CloudFormation template