一键导入
aws-amplify
Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
IAM Access Analyzer via AWS CLI v2 (`aws accessanalyzer`). Analyzers, findings, archive rules, access previews, policy tools.
Private CA via AWS CLI v2 (`aws acm-pca`). Certificate authorities, certificates, audit reports, permissions, policies.
ACM via AWS CLI v2 (`aws acm`). Certificates, import/export, validation, tags, account configuration.
Managed Prometheus via AWS CLI v2 (`aws amp`). Workspaces, alert manager, rule groups, scrapers, logging, resource policies.
API Gateway via AWS CLI v2 (`aws apigateway`). REST APIs, HTTP APIs, resources, methods, stages, authorizers, API keys, usage plans.
AppConfig via AWS CLI v2 (`aws appconfig`). Feature flags, configuration profiles, deployment strategies, environments, extensions, runtime data retrieval.
| name | aws-amplify |
| description | Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks. |
Complete reference for all aws amplify subcommands in AWS CLI v2. Covers app management, branch configuration, domain associations, backend environments, jobs, deployments, and webhooks for AWS Amplify Hosting.
aws amplify create-app --name my-app \
--repository https://github.com/user/repo \
--oauth-token ghp_xxxxxxxxxxxx \
--build-spec "version: 1\nfrontend:\n phases:\n build:\n commands:\n - npm run build"
aws amplify create-branch --app-id d1234abcde \
--branch-name main \
--stage PRODUCTION \
--enable-auto-build
aws amplify start-job --app-id d1234abcde \
--branch-name main \
--job-type RELEASE
aws amplify create-domain-association --app-id d1234abcde \
--domain-name example.com \
--sub-domain-settings 'prefix="",branchName=main' \
--sub-domain-settings 'prefix=www,branchName=main'
aws amplify create-deployment --app-id d1234abcde --branch-name main
# Upload files to the returned zipUploadUrl, then:
aws amplify start-deployment --app-id d1234abcde --branch-name main \
--job-id job-id
aws amplify list-apps --query 'apps[].{Name:name,Id:appId,Repository:repository}'
See index.md for the quick reference table and global options.
| Group | File | Commands |
|---|---|---|
| Apps | apps.md | create-app, delete-app, get-app, list-apps, update-app, generate-access-logs |
| Branches | branches.md | create-branch, delete-branch, get-branch, list-branches, update-branch |
| Domains | domains.md | create-domain-association, delete-domain-association, get-domain-association, list-domain-associations, update-domain-association |
| Jobs & Deployments | jobs-deployments.md | start-job, stop-job, get-job, list-jobs, delete-job, create-deployment, start-deployment, get-artifact-url, list-artifacts |
| Backend Environments | backend-environments.md | create-backend-environment, delete-backend-environment, get-backend-environment, list-backend-environments |
| Webhooks | webhooks.md | create-webhook, delete-webhook, get-webhook, list-webhooks, update-webhook |
| Tags | tags.md | tag-resource, untag-resource, list-tags-for-resource |