/sample-s3-file-upload-download-with-cognito-amplify

This is just a sample app to get/store files to S3 Bucket folders with cognito authentication

Primary LanguageJavaScript

Sample App

This is just a sample app to get/store files to S3 Bucket. with cognito authentication

Steps

Clone to your machine

$ git clone https://github.com/yashwant/sample-s3-file-upload-download-with-cognito-amplify

Install dependencies

$ cd sample-s3-file-upload-download-with-cognito-amplify

$ npm install

Rename config.js.tp to config.js in src folder

$ cd src

$ mv config.js.tp config.js

Run the app

$ npm run