File tree 10 files changed +60
-59
lines changed
packages/aws-cdk/lib/init-templates
10 files changed +60
-59
lines changed Original file line number Diff line number Diff line change 1
- # Welcome to your CDK JavaScript project!
1
+ # Welcome to your CDK JavaScript project
2
2
3
3
This is a blank project for JavaScript development with CDK.
4
4
5
5
The ` cdk.json ` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
6
6
7
7
## Useful commands
8
8
9
- * ` npm run test ` perform the jest unit tests
10
- * ` cdk deploy ` deploy this stack to your default AWS account/region
11
- * ` cdk diff ` compare deployed stack with current state
12
- * ` cdk synth ` emits the synthesized CloudFormation template
9
+ * ` npm run test ` perform the jest unit tests
10
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
11
+ * ` cdk diff ` compare deployed stack with current state
12
+ * ` cdk synth ` emits the synthesized CloudFormation template
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK TypeScript project!
1
+ # Welcome to your CDK TypeScript project
2
2
3
3
This is a blank project for TypeScript development with CDK.
4
4
5
5
The ` cdk.json ` file tells the CDK Toolkit how to execute your app.
6
6
7
7
## Useful commands
8
8
9
- * ` npm run build ` compile typescript to js
10
- * ` npm run watch ` watch for changes and compile
11
- * ` npm run test ` perform the jest unit tests
12
- * ` cdk deploy ` deploy this stack to your default AWS account/region
13
- * ` cdk diff ` compare deployed stack with current state
14
- * ` cdk synth ` emits the synthesized CloudFormation template
9
+ * ` npm run build ` compile typescript to js
10
+ * ` npm run watch ` watch for changes and compile
11
+ * ` npm run test ` perform the jest unit tests
12
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
13
+ * ` cdk diff ` compare deployed stack with current state
14
+ * ` cdk synth ` emits the synthesized CloudFormation template
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK TypeScript Construct Library project!
1
+ # Welcome to your CDK TypeScript Construct Library project
2
2
3
3
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (` %name.PascalCased% ` )
4
4
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
@@ -7,6 +7,6 @@ The construct defines an interface (`%name.PascalCased%Props`) to configure the
7
7
8
8
## Useful commands
9
9
10
- * ` npm run build ` compile typescript to js
11
- * ` npm run watch ` watch for changes and compile
12
- * ` npm run test ` perform the jest unit tests
10
+ * ` npm run build ` compile typescript to js
11
+ * ` npm run watch ` watch for changes and compile
12
+ * ` npm run test ` perform the jest unit tests
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK JavaScript project!
1
+ # Welcome to your CDK JavaScript project
2
2
3
3
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (` %name.PascalCased%Stack ` )
4
4
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
5
5
6
6
The ` cdk.json ` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
7
7
8
- ## Tutorial
8
+ ## Tutorial
9
+
9
10
See [ this useful workshop] ( https://cdkworkshop.com/20-typescript.html ) on working with the AWS CDK for Typescript projects.
10
11
11
12
## Useful commands
12
13
13
- * ` npm run test ` perform the jest unit tests
14
- * ` cdk deploy ` deploy this stack to your default AWS account/region
15
- * ` cdk diff ` compare deployed stack with current state
16
- * ` cdk synth ` emits the synthesized CloudFormation template
14
+ * ` npm run test ` perform the jest unit tests
15
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
16
+ * ` cdk diff ` compare deployed stack with current state
17
+ * ` cdk synth ` emits the synthesized CloudFormation template
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK TypeScript project!
1
+ # Welcome to your CDK TypeScript project
2
2
3
3
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (` %name.PascalCased%Stack ` )
4
4
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
5
5
6
6
The ` cdk.json ` file tells the CDK Toolkit how to execute your app.
7
7
8
- ## Tutorial
9
- See [ this useful workshop] ( https://cdkworkshop.com/20-typescript.html ) on working with the AWS CDK for Typescript projects.
8
+ ## Tutorial
10
9
10
+ See [ this useful workshop] ( https://cdkworkshop.com/20-typescript.html ) on working with the AWS CDK for Typescript projects.
11
11
12
12
## Useful commands
13
13
14
- * ` npm run build ` compile typescript to js
15
- * ` npm run watch ` watch for changes and compile
16
- * ` npm run test ` perform the jest unit tests
17
- * ` cdk deploy ` deploy this stack to your default AWS account/region
18
- * ` cdk diff ` compare deployed stack with current state
19
- * ` cdk synth ` emits the synthesized CloudFormation template
14
+ * ` npm run build ` compile typescript to js
15
+ * ` npm run watch ` watch for changes and compile
16
+ * ` npm run test ` perform the jest unit tests
17
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
18
+ * ` cdk diff ` compare deployed stack with current state
19
+ * ` cdk synth ` emits the synthesized CloudFormation template
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK JavaScript project!
1
+ # Welcome to your CDK JavaScript project
2
2
3
3
This is a blank project for JavaScript development with CDK.
4
4
5
5
The ` cdk.json ` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
6
6
7
7
## Useful commands
8
8
9
- * ` npm run test ` perform the jest unit tests
10
- * ` cdk deploy ` deploy this stack to your default AWS account/region
11
- * ` cdk diff ` compare deployed stack with current state
12
- * ` cdk synth ` emits the synthesized CloudFormation template
9
+ * ` npm run test ` perform the jest unit tests
10
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
11
+ * ` cdk diff ` compare deployed stack with current state
12
+ * ` cdk synth ` emits the synthesized CloudFormation template
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK TypeScript project!
1
+ # Welcome to your CDK TypeScript project
2
2
3
3
This is a blank project for TypeScript development with CDK.
4
4
5
5
The ` cdk.json ` file tells the CDK Toolkit how to execute your app.
6
6
7
7
## Useful commands
8
8
9
- * ` npm run build ` compile typescript to js
10
- * ` npm run watch ` watch for changes and compile
11
- * ` npm run test ` perform the jest unit tests
12
- * ` cdk deploy ` deploy this stack to your default AWS account/region
13
- * ` cdk diff ` compare deployed stack with current state
14
- * ` cdk synth ` emits the synthesized CloudFormation template
9
+ * ` npm run build ` compile typescript to js
10
+ * ` npm run watch ` watch for changes and compile
11
+ * ` npm run test ` perform the jest unit tests
12
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
13
+ * ` cdk diff ` compare deployed stack with current state
14
+ * ` cdk synth ` emits the synthesized CloudFormation template
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK TypeScript Construct Library project!
1
+ # Welcome to your CDK TypeScript Construct Library project
2
2
3
3
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (` %name.PascalCased% ` )
4
4
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
@@ -7,6 +7,6 @@ The construct defines an interface (`%name.PascalCased%Props`) to configure the
7
7
8
8
## Useful commands
9
9
10
- * ` npm run build ` compile typescript to js
11
- * ` npm run watch ` watch for changes and compile
12
- * ` npm run test ` perform the jest unit tests
10
+ * ` npm run build ` compile typescript to js
11
+ * ` npm run watch ` watch for changes and compile
12
+ * ` npm run test ` perform the jest unit tests
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK JavaScript project!
1
+ # Welcome to your CDK JavaScript project
2
2
3
3
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (` %name.PascalCased%Stack ` )
4
4
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
@@ -7,7 +7,7 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. The build ste
7
7
8
8
## Useful commands
9
9
10
- * ` npm run test ` perform the jest unit tests
11
- * ` cdk deploy ` deploy this stack to your default AWS account/region
12
- * ` cdk diff ` compare deployed stack with current state
13
- * ` cdk synth ` emits the synthesized CloudFormation template
10
+ * ` npm run test ` perform the jest unit tests
11
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
12
+ * ` cdk diff ` compare deployed stack with current state
13
+ * ` cdk synth ` emits the synthesized CloudFormation template
Original file line number Diff line number Diff line change 1
- # Welcome to your CDK TypeScript project!
1
+ # Welcome to your CDK TypeScript project
2
2
3
3
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (` %name.PascalCased%Stack ` )
4
4
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
@@ -7,9 +7,9 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app.
7
7
8
8
## Useful commands
9
9
10
- * ` npm run build ` compile typescript to js
11
- * ` npm run watch ` watch for changes and compile
12
- * ` npm run test ` perform the jest unit tests
13
- * ` cdk deploy ` deploy this stack to your default AWS account/region
14
- * ` cdk diff ` compare deployed stack with current state
15
- * ` cdk synth ` emits the synthesized CloudFormation template
10
+ * ` npm run build ` compile typescript to js
11
+ * ` npm run watch ` watch for changes and compile
12
+ * ` npm run test ` perform the jest unit tests
13
+ * ` cdk deploy ` deploy this stack to your default AWS account/region
14
+ * ` cdk diff ` compare deployed stack with current state
15
+ * ` cdk synth ` emits the synthesized CloudFormation template
You can’t perform that action at this time.
0 commit comments