From e02aa9d8c30addd4402bf5f24a333a51b3ddc6b5 Mon Sep 17 00:00:00 2001 From: Zhao73 <156770117+Zhao73@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:30:22 +0800 Subject: [PATCH] fix specific spelling in AppConfig README --- appconfig-feature-flag-cdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appconfig-feature-flag-cdk/README.md b/appconfig-feature-flag-cdk/README.md index 0e81a535b6..7ac4f814e3 100644 --- a/appconfig-feature-flag-cdk/README.md +++ b/appconfig-feature-flag-cdk/README.md @@ -32,7 +32,7 @@ Important: this application uses various AWS services and there are costs associ cd ./.. ``` 3. Before proceed: - * Next command, you need to provide the correct AppConfig Lambda extension layer ARN sepcific to the region you are deploying the stack. Refer here to obtain the ARN for your region: https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-integration-lambda-extensions-versions.html#appconfig-integration-lambda-extensions-enabling-x86-64 + * Next command, you need to provide the correct AppConfig Lambda extension layer ARN specific to the region you are deploying the stack. Refer here to obtain the ARN for your region: https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-integration-lambda-extensions-versions.html#appconfig-integration-lambda-extensions-enabling-x86-64 4. From the command line, run: ```