Skip to content

Commit 16ee005

Browse files
committed
Update: Add introduction on CDK stages
1 parent 44b74ed commit 16ee005

File tree

5 files changed

+1162
-139
lines changed

5 files changed

+1162
-139
lines changed

v2/constructs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ For information about the most common API patterns in the AWS Construct Library,
280280

281281
The `[App](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.App.html)` and `[Stack](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.Stack.html)` classes from the AWS Construct Library are unique constructs\. Compared to other constructs, they don't configure AWS resources on their own\. Instead, they are used to provide context for your other constructs\. All constructs that represent AWS resources must be defined, directly or indirectly, within the scope of a `Stack` construct\. `Stack` constructs are defined within the scope of an `App` construct\.
282282

283-
To learn more about CDK apps, see [AWS CDK apps](apps.md)\. To learn more about CDK stacks, see [AWS CDK stacks](stacks.md)\.
283+
To learn more about CDK apps, see [AWS CDK apps](apps.md)\. To learn more about CDK stacks, see [Introduction to AWS CDK stacks](stacks.md)\.
284284

285285
The following example defines an app with a single stack\. Within the stack, an L2 construct is used to configure an Amazon S3 bucket resource\.
286286

v2/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ sponsored by Amazon.
2020
+ [The AWS CDK libraries](libraries.md)
2121
+ [AWS CDK projects](projects.md)
2222
+ [AWS CDK apps](apps.md)
23-
+ [AWS CDK stacks](stacks.md)
23+
+ [Introduction to AWS CDK stacks](stacks.md)
24+
+ [Introduction to AWS CDK stages](stages.md)
2425
+ [AWS CDK Constructs](constructs.md)
2526
+ [Environments for the AWS CDK](environments.md)
2627
+ [AWS CDK bootstrapping](bootstrapping.md)

0 commit comments

Comments
 (0)