From 0f8f1a752735477af00bf4db89385a1dfe202457 Mon Sep 17 00:00:00 2001 From: Jay2113 Date: Tue, 25 Mar 2025 14:18:19 -0400 Subject: [PATCH] chore: update secrets path ref --- .../fullstack-branching/secrets-and-vars/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx b/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx index 0b9c0f625a8..b81eee7fddd 100644 --- a/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx +++ b/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx @@ -48,7 +48,7 @@ You can add secrets for branch deployments in the Amplify console. From the App Secrets are stored in AWS Systems Manager Parameter Store under the following naming conventions: - Secrets that apply to all branches: `/amplify/shared//` -- Secrets that apply to a specific branch: `/amplify///` +- Secrets that apply to a specific branch: `/amplify//-branch-/` ### Local environment