Automated Setup with AWS Amplify

Automated Setup: Create storage bucket

  1. To start from scratch, run the following command from the root of your project:
amplify add storage
  1. Select Content in prompted options:
? Please select from one of the below mentioned services (Use arrow keys)
❯ Content (Images, audio, video, etc.)
  NoSQL Database

The CLI will walk you though the options to enable Auth, if not enabled previously, and name your S3 bucket with profileimgstore.

  1. To update your backend, run:
amplify push

When your backend is successfully updated, your new configuration file aws-exports.js is copied under your source directory.