Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v2/guide/hello-world.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ $ aws configure get region
$ aws configure get region --profile your-profile-name
----

Next, you will configure the {aws} environment for your CDK stack by modifying the `HelloCdkStack` instance in your __application file__. For this tutorial, you will hard code your {aws} environment information. This is recommended for production environments. For information on other ways to configure environments, see xref:configure-env[Configure environments to use with the {aws} CDK].
Next, you will configure the {aws} environment for your CDK stack by modifying the `HelloCdkStack` instance in your __application file__. For this tutorial, you will hard code your {aws} environment information. This is not recommended for production environments. For information on other ways to configure environments, see xref:configure-env[Configure environments to use with the {aws} CDK].

*To configure the environment for your CDK stack*::
+
Expand Down