Home Creating an Amplify Project
Post
Cancel

Creating an Amplify Project

Setting up a new Amplify Project —-TODO—-

This article will walk you through creating a new Amplify project

We will connect it to a React app, but you can choose to use any frontend framework of your choice

Pre-Requisites:

  1. Registered AWS Account at [insert url here]
  2. AWS CLI installed on your machine   You can install the command line tools using the below command.
    npm i -g @aws-amplify/cli



The next step is to configure and set up Amplify.
amplify configure

If you are a new AWS user, this should ask you to create an IAM user to access your AWS account. If not, you can manually enter the details of the AWS account.

This post is licensed under CC BY 4.0 by the author.