aws mobile hub - meetupfiles.meetup.com/19647895/mobile hub.pdfaws mobile hub building mobile apps...

25
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Travis Brown Solutions Architect Amazon Web Services June 1, 2016 AWS Mobile Hub Building Mobile Apps with AWS

Upload: others

Post on 05-Jun-2020

10 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Travis BrownSolutions Architect

Amazon Web ServicesJune 1, 2016

AWS Mobile HubBuilding Mobile Apps with AWS

Page 2: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Agenda- Mobile Apps backed by AWS- Mobile Backend Capabilities- Developer Experience- Demonstration- Q&A

Page 3: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

The Best Mobile Apps are Built on AWS

Page 4: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

“Mobile” growing in all directionsPublished mobile apps

continue to grow……As “mobile” platforms expand to new domains

TV

Watch

Car

*Source: Vision Mobile

0

200

400

600

800

1000

1200

1400

1600

2011 2012 2013 2014

Published Apps in App Stores ('000s)*

iOS App Store Google Play

Page 5: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Apps are also getting more complex

…To cloud-connected apps From basic client apps…

Sign-in/SocialPush notifications

Usage analytics

Cloud storage

Crash analytics

Ads

Attributionanalytics Config management

Custom back ends

Page 6: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

UserIdentity

PushNotifications

ContentData, Media, Files

Analytics

Mobile Backend

ApplicationLogic On-Device

Testing

Page 7: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

“AWS has what we need, but…it’s complex”

1. Which services should I use? 2. How do I connect them?

Identity provider SDKs+

=

Example:

Login screen & integration code+

SDK

Page 8: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Introducingthe

AWS Mobile Hub

Page 9: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

AMAZO

N COGNITO

AWS DEVICEFAR

M

AMAZO

N SNS

AWS M

OBILE

HUB

AMAZO

N MOBI

LE

ANALYT

ICS

AMAZO

N S3

AMAZO

N

CLOUDF

RONT

AWS LAMBDA

Auto-Provisions Mobile Services

AMAZONIDENTITY & ACCESS

MANAGEMENT

AMAZONDYNAMODB

* NEW *

Page 10: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Create a Project and Add Features

Page 11: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Configure how your users sign in:• No sign-in, optional, or mandatory

Configure sign-in providers:• Facebook, Google (Twitter coming soon)• Your own system

Adds a sign-in screen to your quickstart app

Powered by Amazon Cognito Identity

User sign-in

Page 12: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Send push notifications to your apps• iOS or Android• 1:1 or topic/subscription based

Quickstart app demonstrates features• Enable/disable notifications• Auto-registers push tokens with SNS• Lets you select topic subscriptions

Powered by Amazon SNS

Push notifications

Page 13: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Store application assets in the cloud• Example: Resource files or media assets

Use a CDN for faster delivery (optional)

Quickstart app includes on-device cache logic• Set max cache size• Pin specific files to the cache

Powered by Amazon S3 and CloudFront

App content delivery

Page 14: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Store user files such as photos• User-only access or all-user access

Store user profile data• Key-value pairs• Syncs across devices where user signed in

Quickstart app includes usage examples• Contains file browser and color selector

Powered by Amazon S3 and Amazon Cognito Sync

User data storage

Page 15: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Monitor app usage with analytics• Session, monetization, and custom events• Monitor active users, monetization, retention

Quickstart app includes all three event types

Access your dashboard from the Mobile Hub

App analytics

Powered by Amazon Mobile Analytics

Page 16: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Run back-end code in the cloud• Share functions across apps• Update on the fly without app submissions

Call directly from your mobile app• You define inputs/outputs

Write in Java, Javascript, or Python

You write code, we manage infrastructure

Powered by AWS Lambda

Cloud logic

Page 17: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Store data in a fully managed cloud database• Define indexes and custom schema• Use example schemas

Customize row level permissions• Public• Protected• Private

Consistent and fast at any scale

Powered by Amazon DynamoDB

NoSQL Database

Page 18: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Testing apps with Amazon Device Farm

Page 19: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Monitoring usage with Mobile Analytics

Page 20: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Download your starter app & start coding…

Page 21: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

AWS Mobile HubWorking Mobile App project includes:ü Xcode or Android Studio Projectü Uses your AWS Resourcesü Example Application Codeü Helper “Glue” Codeü Software Development Kitsü Detailed Developer Instructions

Page 22: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

AWS Mobile Serviceshttp://aws.amazon.com/mobile

Page 23: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Demonstration

Page 24: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Q&A

Page 25: AWS Mobile Hub - Meetupfiles.meetup.com/19647895/Mobile Hub.pdfAWS Mobile Hub Building Mobile Apps with AWS. Agenda - Mobile Apps backed by AWS - Mobile Backend Capabilities ... SDK

Thank You!