From 5e1fdcd888bf10b4a60076c3533fc6b60dd8a16a Mon Sep 17 00:00:00 2001 From: Nicodl05 Date: Fri, 12 Dec 2025 10:53:21 +0100 Subject: [PATCH] fix: clarify that hardcoding env info is not recommended for prod --- v2/guide/hello-world.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/guide/hello-world.adoc b/v2/guide/hello-world.adoc index b7444e5..09fd7f9 100644 --- a/v2/guide/hello-world.adoc +++ b/v2/guide/hello-world.adoc @@ -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*:: +