Skip to content

Amazon Mobile Hub

Why

  • Get
  • Authentication and user management
  • Hosting including https access
  • NoSQL database
  • S3 storage (userfiles)
  • Amazon Analytics and messaging.

Setup

  1. Create User in IAM with access Keys
  2. Access AWS Mobile Hub
  3. Create a project
  4. Click Web
  5. Click Start
  6. Add project title
  7. Edit your region

Setup your local environment

  1. npm install -g awsmobile-cli
  2. ~awsmobile configure aws - set your access keys~
  3. awsmobile configure -p lookfindme - use profile lookfindme
  4. Change into your project folder
  5. Initialize your project
  6. awsmobile init e32a

Add additional Services

  1. User Sign-in
  2. Email and Password
  3. Optional - user required to sign in
  4. NoSQL Database
  5. User Data Storage

  6. Update your local environment

  7. awsmobile pull in your project directory

Last update: May 19, 2018 22:22:54