To download test videos, clone this repository with git clone --recursive https://github.com/JaydenKing32/EdgeSum.git.
If you have already cloned this repository then run git submodule init; git submodule update.
Prerequisites:
npm install -g @aws-amplify/cli
amplify configure
Initialising app:
amplify init- Name for project: default
- Name for environment:
dev - Default editor:
none - Type of app:
android - Location of res: default
- AWS profile: yes, default
amplify add api- Service:
GraphQL - API name: default
- Authorisation type:
API key - Annotated GraphQL schema:
no - Guided schema creation:
yes - Describes project:
single object - Want to edit:
no
- Service:
amplify add auth- Default authentication and security:
Default configuration - Sign in:
email - Configure advanced:
no
- Default authentication and security:
amplify add storage- Service:
Content - Resource name: default
- Bucket name: default
- Who should access:
Auth and guest - Authenticated user access:
create/update, read, delete - Guest access:
create/update, read, delete - Lambda triggers:
no
- Service:
amplify push