Skip to content

Commit

Permalink
Update upgrade-guide.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebanik authored Dec 27, 2023
1 parent 7dad9d5 commit c9afc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release/latest/how-to/upgrade-guide.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Version `1.0.0` of the AWS DDK includes the following high-level changes and upd
- [`SnsSqsToLambdaStage()`](https://constructs.dev/packages/aws-ddk-core/v/1.0.0-beta.1/api/SnsSqsToLambdaStage)

## Config
`Configurator` is the new **optional** construct used to manage config across multiple environments. While this can handle a variety of use cases we encourage users to build their own config mechanisms when it `Configurator` is not the best option. See [this how-to guide](https://awslabs.github.io/aws-ddk/release/latest/how-to/ddk-configuration.html)for more on using Configurator.
`Configurator` is the new **optional** construct used to manage config across multiple environments. While this can handle a variety of use cases we encourage users to build their own config mechanisms when it `Configurator` is not the best option. See [this how-to guide](https://awslabs.github.io/aws-ddk/release/latest/how-to/ddk-configuration.html) for more on using Configurator.

## Bootstrapping
Customers that have already bootstrapped accounts and regions using `ddk bootstrap` can easily use the same roles by following the [**Using Legacy DDK Bootstrap Roles** section of this guide](https://awslabs.github.io/aws-ddk/release/latest/how-to/custom-bootstrap.html).
Expand Down

0 comments on commit c9afc7b

Please sign in to comment.