Amazon Mobile Hub¶
Why¶
- Get
- Authentication and user management
- Hosting including https access
- NoSQL database
- S3 storage (userfiles)
- Amazon Analytics and messaging.
Setup¶
- Create User in IAM with access Keys
- Access AWS Mobile Hub
- Create a project
- Click Web
- Click Start
- Add project title
- Edit your region
Setup your local environment¶
npm install -g awsmobile-cli
- ~
awsmobile configure aws
- set your access keys~ awsmobile configure -p lookfindme
- use profile lookfindme- Change into your project folder
- Initialize your project
awsmobile init e32a
Add additional Services¶
- User Sign-in
- Email and Password
- Optional - user required to sign in
- NoSQL Database
-
User Data Storage
-
Update your local environment
awsmobile pull
in your project directory
Last update: May 19, 2018 22:22:54