Skip to content

Commit 8f20850

Browse files
H. Furkan BozkurtKiro Agent
authored andcommitted
chore: sync aws-amplify skill from preamp
1 parent 15f3c95 commit 8f20850

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/aws-core/skills/aws-amplify/references/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ aws amplify start-job --app-id "$APP_ID" --branch-name main --job-type RELEASE
159159
npx ampx sandbox secret set MY_API_KEY
160160
```
161161

162-
> **Security:** Avoid passing secret values as CLI arguments or via `echo` — these appear in shell history and `/proc`. Instead, use `ampx sandbox secret set MY_SECRET` which prompts for input interactively, or pipe from a secure source: `aws ssm get-parameter --name /path/to/secret --with-decryption --query Parameter.Value --output text | ampx sandbox secret set MY_SECRET --from-stdin`
162+
> **Security:** Avoid passing secret values as CLI arguments or via `echo` — these appear in shell history and `/proc`. Instead, use `npx ampx sandbox secret set MY_SECRET` which prompts for input interactively, or pipe from a secure source: `aws ssm get-parameter --name /path/to/secret --with-decryption --query Parameter.Value --output text | npx ampx sandbox secret set MY_SECRET --from-stdin`
163163

164164
This stores the secret for your personal sandbox environment.
165165
**Branch environments (production):** Set secrets via the `ampx` CLI:

skills/foundations/aws-amplify/references/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ aws amplify start-job --app-id "$APP_ID" --branch-name main --job-type RELEASE
159159
npx ampx sandbox secret set MY_API_KEY
160160
```
161161

162-
> **Security:** Avoid passing secret values as CLI arguments or via `echo` — these appear in shell history and `/proc`. Instead, use `ampx sandbox secret set MY_SECRET` which prompts for input interactively, or pipe from a secure source: `aws ssm get-parameter --name /path/to/secret --with-decryption --query Parameter.Value --output text | ampx sandbox secret set MY_SECRET --from-stdin`
162+
> **Security:** Avoid passing secret values as CLI arguments or via `echo` — these appear in shell history and `/proc`. Instead, use `npx ampx sandbox secret set MY_SECRET` which prompts for input interactively, or pipe from a secure source: `aws ssm get-parameter --name /path/to/secret --with-decryption --query Parameter.Value --output text | npx ampx sandbox secret set MY_SECRET --from-stdin`
163163

164164
This stores the secret for your personal sandbox environment.
165165
**Branch environments (production):** Set secrets via the `ampx` CLI:

0 commit comments

Comments
 (0)