yashwant / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 88.2%Language:CSS 5.9%Language:HTML 5.9%