We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7196fcd commit b2371e8Copy full SHA for b2371e8
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
48
Secrets are stored in AWS Systems Manager Parameter Store under the following naming conventions:
49
50
- Secrets that apply to all branches: `/amplify/shared/<app-id>/<secret-key>`
51
-- Secrets that apply to a specific branch: `/amplify/<app-id>/<branchname>/<secret-key>`
+- Secrets that apply to a specific branch: `/amplify/<app-id>/<branchname>-branch-<unique-hash>/<secret-key>`
52
53
### Local environment
54
0 commit comments