Announcing the AWS Amplify CLI toolchain. Click here to read more.

Looking for the AWS iOS and Android SDK documentation? The documentation for these SDKs is now part of the Amplify Framework. Get Started below.

Get Started

An opinionated, category-based client framework for building scalable mobile and web apps

Sign up for an AWS account
There are no upfront charges or any term commitments to create an AWS account and signing up gives you immediate access to the AWS Free Tier
1
Install the CLI
The Amplify Command Line Interface (CLI) is a unified toolchain to create, integrate, and manage the AWS cloud services for your app.
  • Install Node.js® and npm if they are not already on your machine.

Verify that you are running at least Node.js version 8.x or greater and npm version 5.x or greater by running node -v and npm -v in a terminal/console window.

  • Install and configure the Amplify CLI.
$ npm install -g @aws-amplify/cli
$ amplify configure
                                        
2