Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garysassano authored Sep 26, 2023
1 parent 2c7c13d commit fa6f805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The AWS PDK lets you define your project structure as code in one of its support
!!!info
These code snippets are intended for illustration only. They are incomplete and won't run as they are.

Whilst this example is trivial, imagine a construct which creates a secure S3 bucket with your organizations preferred settings. This construct could be re-used on all projects without having to think about which settings should or shouldn't be set. By abstracting your constructs, you can also gain significant time savings as you could have higher level constructs that create multiple resources from a single CDK construct configuration.
Whilst this example is trivial, imagine a construct which creates a secure S3 bucket with your organization's preferred settings. This construct could be re-used on all projects without having to think about which settings should or shouldn't be set. By abstracting your constructs, you can also gain significant time savings as you could have higher level constructs that create multiple resources from a single CDK construct configuration.

??? "Projen Primer"

Expand Down Expand Up @@ -221,4 +221,4 @@ Where do you go now that you've had a taste for what the PDK has to offer?
- Take a crack at building [your first AWS PDK project](your_first_aws_pdk_project.md).
- See the [Developer Guide](../developer_guides/index.md) to begin exploring the provided constructs available in the PDK.
- See the [API reference](../api/index.md) to view [Js/Java/Py]Docs for each provided PDK construct.
- The AWS PDK is an [open-source project](https://github.com/aws/aws-pdk). Want to [contribute](../contributing/index.md)?
- The AWS PDK is an [open-source project](https://github.com/aws/aws-pdk). Want to [contribute](../contributing/index.md)?

0 comments on commit fa6f805

Please sign in to comment.