browse
Download binary →
amplify/AWS Amplify CLI
Amazon Web ServicesFull-stack app development and deployment framework for AWS with auth, storage, and API provisioning.
Developer Platforms
01Agent Notes
amplify CLI is highly interactive and not well-suited for automation. `amplify init`, `amplify add <category>`, `amplify push`. Prefer `--yes` flag to skip prompts. For CI/CD, use `amplify push --yes` with headless parameters.
02Authentication
Methods
aws-credentials
Env vars
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_PROFILESetup
amplify configure03Install
npm install -g @aws-amplify/cli04Capabilities
Reference
binary
amplifycheck
amplify --versionauth
aws-credentialsformats
interactiveversion
14.2.5