command branding logo

AWS Amplify

Aws Amplify is a framework that is used in web and mobile developement that provides useful tools and libraries such as auth, data storage, analytics for backend functionaility

AWS Amplify Commands List

Command Name
Command
Command Description
Install AWS Amplify CLI
npm install -g @aws-amplify/cli
Installs the aws amplify cli as a global package. require nodejs and npm to be installed
Configures The CLI (Credentials and Settings)
amplify configure
This command will set up your cli for use. by asking questions and logging into your aws account
Initialize Amplify Project In Current Project
npm install -g gatsby-cli
Installs gatsby cli as a global package
Add Auth Feature To Your Amplify App
amplify add auth
In An Existing amplify project you an add auth configurations and package to the project
Remove Auth Feature From Your Amplify App
amplify remove auth
In an existing amplify project you can remove the auth feature with this command
Update Auth Configurations
amplify update auth
Brings up the auth feature configurations for you to update
Push Amplify Configurations Changes To The Cloud
amplify push
Any configurations changes in the cli need to pushed to the cloud to go live