SlideShare a Scribd company logo
1 of 27
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Pop-up Loft
Introduction to Mobile Development with AWS
Speaker Name,
Speaker Title
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
AWS Loft: Mobile Week Agenda
Building Web Apps with AWS
Introduction to React Native
Data Driven Apps with GrapQL
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Prerequisites: Day 1 (Web Development)
• Knowledge of JavaScript, HTML and CSS
• An AWS Account with administrative privileges
• The AWS CLI installed - http://amzn.to/aws-cli
• Node.js – https://nodejs.org
• Yarn – https://yarnpkg.com
• npm install –g awsmobile-cli
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Prerequisites: Day 2 (React Native Development)
• All the Day 1 prerequisites
• Expo Client (on phone – download from iOS or Android App Store)
• npm install –g react-native-cli
• npm install –g create-react-native-app
• (Optional) Xcode with iOS Simulator
• (Optional) Android Studio with Android Emulator
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Prerequisites: Day 3 (Data Driven Apps, Build&Test)
• All the prerequisites for Day 1 & Day 2
• GraphQL Playground - http://amzn.to/graphql-app
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Need AWS Credits?
• We minimize the cost of the workshop. Average cost is < $1 / month
Get a $20 AWS Credit
Text #nycloft to (212) 555-1212
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
The State of Mobile
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Mobile Use
Continues to Grow
91% 61%
US Adult Population
Owns a mobile phone
Of these were
Smartphone users
2.32
Billion
Smartphone usage will surpass
2.5 billion in 2018
Source: Statista
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
App Downloads
JULY 2013 JUNE 2014 2017
50
BILLION
75
BILLION
197
BILLION
Google’s Android market
passed 50 billion app
downloads and featured over
1 million available apps.
Apple iTunes reached 75
billion app downloads and
featured 1.2 million available
apps.
In 2017, over 197 billion apps
had been downloaded,
resulting in $77 billion in
revenue.
Source: Statista
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
0
10
20
30
40
50
60
2016-01
2016-02
2016-03
2016-04
2016-05
2016-06
2016-07
2016-08
2016-09
2016-10
2016-11
2016-12
2017-01
2017-02
2017-03
2017-04
2017-05
2017-06
2017-07
2017-08
2017-09
2017-10
2017-11
2017-12
2018-01
2018-02
How People Access The Web
Desktop Mobile Tablet
Source: Statcounter
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
DENNIS INFOGRAPHIC
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Web and Mobile are converging
• Support from platform
• Feature support first
• Delivery via App Store
• Native Performance
• Vendor lock-in
• No shared code
• Support from community
• Features come later
• Delivery via App Store
• Native Performance
• Common Business Logic
• ~ 80% common code
• Supoort from community
• Common Web Features
• Delivery via Web
• Browser Performance
• Single Codebase
• 100% common code
Native Apps Cross Platform Apps Progressive Web Apps
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What are developers using?
39%
18%
12%
31%
%age of Mobile Developers (primary platform)
Cross-Platform (Xamarin, React Native)
Hybrid (Ionic, Phonegap, Cordova)
Mobile Web (PWA)
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Building your Mobile App
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Make your app stand out
• Creativity is important
§ Start with a compelling app
§ Add cool features that people will talk about
§ Continually innovate
• Understand how your users are using your app
§ Measure Success and Failure
§ Engage your users constantly
• Quality first
§ Look for friction points – then remove them
§ Test up front on a wide variety of devices
§ Collect crash reports and act on them (release often!)
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Make your app stand out: Creativity
Wow Factors
Minimal Needs
Intuitive Design Personalization Experience Transfer
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Business to Employee App Concerns
• Many concerns are the same
– Intuitive and Responsive UI
– Personalization
– Cross-platform Experience
• There are some differences
– Connectivity to existing data sources
– Authentication to enterprise portals
– On-device security and privacy
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Cloud Services for Mobile
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Cloud Concerns
Security Privacy Scalability
User Segmentation Engagement Business Model
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
AWS has the services you need
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Mobile Optimized AWS Services
Major
Use-case
Specific
Essential
Amazon Pinpoint Amazon Cognito AWS Device Farm
Amazon DynamoDB Amazon S3 AWS Lambda Amazon API Gateway
Amazon Lex Amazon Polly Amazon Rekognition Amazon Cloudfront
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Security and Privacy: Built-in
• AWS Cloud Security Platform – because security is our highest priority
§ On-disk Encryption, SSL Communication
§ Shared Responsibility Model so you control your own data
• AWS Compliance
§ Certifications (ISO27001, PCI DSS level 1, SOC1, SOC2, SOC3, and more)
§ Compliance Programs (HIPAA, ITAR, EU Model Clauses, and more)
• For more information, see our security pages
§ https://aws.amazon.com/security/
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
AWS Mobile SDK for AWS Services
Official
Languages
Native Apps Web / Hybrid Apps
Plus the help you expect
• Tutorials, How To, API documentation
• Starter Kits for common frameworks
• Engineers on Stack Overflow and AWS Forums
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
AWS Mobile Hub makes it easy
• Manage multiple services as a
project
• Configure common services
for best practices
• Download service constants
for iOS, Android and JavaScript
• Export project for repeatable
deployments
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Demonstration
AWS Mobile Hub
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
AWS: The Right Platform for Mobile Developers
AWS Services AWS Mobile SDK AWS Mobile Hub
The features you need Easy to Integrate Easy to Configure
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Pop-up Loft
aws.amazon.com/mobile
@AWSforMobile
Everything you need to connect
Your mobile app to the cloud

More Related Content

What's hot

Building Mobile Apps with AWS Amplify
Building Mobile Apps with AWS AmplifyBuilding Mobile Apps with AWS Amplify
Building Mobile Apps with AWS AmplifyAmazon Web Services
 
Build a Serverless Backend for Requesting a Ride
Build a Serverless Backend for Requesting a RideBuild a Serverless Backend for Requesting a Ride
Build a Serverless Backend for Requesting a RideAmazon Web Services
 
Invite your prospects with an engaging email campaign
Invite your prospects with an engaging email campaignInvite your prospects with an engaging email campaign
Invite your prospects with an engaging email campaignAmazon Web Services
 
Building Mobile Apps with AWS Amplify
Building Mobile Apps with AWS AmplifyBuilding Mobile Apps with AWS Amplify
Building Mobile Apps with AWS AmplifyAmazon Web Services
 
Building a Serverless AI Powered Twitter Bot: Collision 2018
Building a Serverless AI Powered Twitter Bot: Collision 2018Building a Serverless AI Powered Twitter Bot: Collision 2018
Building a Serverless AI Powered Twitter Bot: Collision 2018Amazon Web Services
 
The Future of API Management Is Serverless
The Future of API Management Is ServerlessThe Future of API Management Is Serverless
The Future of API Management Is ServerlessChris Munns
 
Introduction to Development for Mobile with AWS
Introduction to Development for Mobile with AWSIntroduction to Development for Mobile with AWS
Introduction to Development for Mobile with AWSAmazon Web Services
 
Building API Driven Microservices
Building API Driven MicroservicesBuilding API Driven Microservices
Building API Driven MicroservicesChris Munns
 
Intro to AWS Amplify Toolchain: Mobile Week SF
Intro to AWS Amplify Toolchain: Mobile Week SFIntro to AWS Amplify Toolchain: Mobile Week SF
Intro to AWS Amplify Toolchain: Mobile Week SFAmazon Web Services
 
Accelerating App Development with AWS Amplify
Accelerating App Development with AWS AmplifyAccelerating App Development with AWS Amplify
Accelerating App Development with AWS AmplifyAmazon Web Services
 
Build your APPs in Lean and Agile Way using AWS Amplify
Build your APPs in Lean and Agile Way using AWS AmplifyBuild your APPs in Lean and Agile Way using AWS Amplify
Build your APPs in Lean and Agile Way using AWS AmplifyAmazon Web Services
 
Building your First GraphQL API with AWS AppSync
Building your First GraphQL API with AWS AppSyncBuilding your First GraphQL API with AWS AppSync
Building your First GraphQL API with AWS AppSyncAmazon Web Services
 
Testing Your App Before Launch: An Introduction to AWS Device Farm
Testing Your App Before Launch: An Introduction to AWS Device FarmTesting Your App Before Launch: An Introduction to AWS Device Farm
Testing Your App Before Launch: An Introduction to AWS Device FarmAmazon Web Services
 
Introduction and Overview of Mobile App and Web App Development with AWS
Introduction and Overview of Mobile App and Web App Development with AWSIntroduction and Overview of Mobile App and Web App Development with AWS
Introduction and Overview of Mobile App and Web App Development with AWSAmazon Web Services
 
Introduction to Data Driven Apps with GraphQL
Introduction to Data Driven Apps with GraphQLIntroduction to Data Driven Apps with GraphQL
Introduction to Data Driven Apps with GraphQLAmazon Web Services
 
Solution-Lab-Serverless-Web-Application
Solution-Lab-Serverless-Web-ApplicationSolution-Lab-Serverless-Web-Application
Solution-Lab-Serverless-Web-ApplicationAmazon Web Services
 

What's hot (20)

Building Mobile Apps with AWS Amplify
Building Mobile Apps with AWS AmplifyBuilding Mobile Apps with AWS Amplify
Building Mobile Apps with AWS Amplify
 
Build a Serverless Backend for Requesting a Ride
Build a Serverless Backend for Requesting a RideBuild a Serverless Backend for Requesting a Ride
Build a Serverless Backend for Requesting a Ride
 
Invite your prospects with an engaging email campaign
Invite your prospects with an engaging email campaignInvite your prospects with an engaging email campaign
Invite your prospects with an engaging email campaign
 
Building Mobile Apps with AWS Amplify
Building Mobile Apps with AWS AmplifyBuilding Mobile Apps with AWS Amplify
Building Mobile Apps with AWS Amplify
 
Building a Serverless AI Powered Twitter Bot: Collision 2018
Building a Serverless AI Powered Twitter Bot: Collision 2018Building a Serverless AI Powered Twitter Bot: Collision 2018
Building a Serverless AI Powered Twitter Bot: Collision 2018
 
Introduction to AWS Amplify CLI
Introduction to AWS Amplify CLIIntroduction to AWS Amplify CLI
Introduction to AWS Amplify CLI
 
Containers - State of the Union
Containers - State of the UnionContainers - State of the Union
Containers - State of the Union
 
The Future of API Management Is Serverless
The Future of API Management Is ServerlessThe Future of API Management Is Serverless
The Future of API Management Is Serverless
 
Introduction to Development for Mobile with AWS
Introduction to Development for Mobile with AWSIntroduction to Development for Mobile with AWS
Introduction to Development for Mobile with AWS
 
Serverless - State of the Union
Serverless - State of the UnionServerless - State of the Union
Serverless - State of the Union
 
Module 6-Serverless-GraphQL-API
Module 6-Serverless-GraphQL-APIModule 6-Serverless-GraphQL-API
Module 6-Serverless-GraphQL-API
 
Building API Driven Microservices
Building API Driven MicroservicesBuilding API Driven Microservices
Building API Driven Microservices
 
Intro to AWS Amplify Toolchain: Mobile Week SF
Intro to AWS Amplify Toolchain: Mobile Week SFIntro to AWS Amplify Toolchain: Mobile Week SF
Intro to AWS Amplify Toolchain: Mobile Week SF
 
Accelerating App Development with AWS Amplify
Accelerating App Development with AWS AmplifyAccelerating App Development with AWS Amplify
Accelerating App Development with AWS Amplify
 
Build your APPs in Lean and Agile Way using AWS Amplify
Build your APPs in Lean and Agile Way using AWS AmplifyBuild your APPs in Lean and Agile Way using AWS Amplify
Build your APPs in Lean and Agile Way using AWS Amplify
 
Building your First GraphQL API with AWS AppSync
Building your First GraphQL API with AWS AppSyncBuilding your First GraphQL API with AWS AppSync
Building your First GraphQL API with AWS AppSync
 
Testing Your App Before Launch: An Introduction to AWS Device Farm
Testing Your App Before Launch: An Introduction to AWS Device FarmTesting Your App Before Launch: An Introduction to AWS Device Farm
Testing Your App Before Launch: An Introduction to AWS Device Farm
 
Introduction and Overview of Mobile App and Web App Development with AWS
Introduction and Overview of Mobile App and Web App Development with AWSIntroduction and Overview of Mobile App and Web App Development with AWS
Introduction and Overview of Mobile App and Web App Development with AWS
 
Introduction to Data Driven Apps with GraphQL
Introduction to Data Driven Apps with GraphQLIntroduction to Data Driven Apps with GraphQL
Introduction to Data Driven Apps with GraphQL
 
Solution-Lab-Serverless-Web-Application
Solution-Lab-Serverless-Web-ApplicationSolution-Lab-Serverless-Web-Application
Solution-Lab-Serverless-Web-Application
 

Similar to Introduction to Mobile Development with AWS

Nader Dabit - Introduction to Mobile Development with AWS.pdf
Nader Dabit - Introduction to Mobile Development with AWS.pdfNader Dabit - Introduction to Mobile Development with AWS.pdf
Nader Dabit - Introduction to Mobile Development with AWS.pdfAmazon Web Services
 
MBL306_Mobile State of the Union
MBL306_Mobile State of the UnionMBL306_Mobile State of the Union
MBL306_Mobile State of the UnionAmazon Web Services
 
State of Mobile and Modern App Development on AWS
State of Mobile and Modern App Development on AWSState of Mobile and Modern App Development on AWS
State of Mobile and Modern App Development on AWSAmazon Web Services
 
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Amazon Web Services
 
Introduction to Developing for Mobile with AWS
Introduction to Developing for Mobile with AWSIntroduction to Developing for Mobile with AWS
Introduction to Developing for Mobile with AWSAmazon Web Services
 
An Introduction to AWS Mobile Services - DevDay Los Angeles 2017
An Introduction to AWS Mobile Services - DevDay Los Angeles 2017An Introduction to AWS Mobile Services - DevDay Los Angeles 2017
An Introduction to AWS Mobile Services - DevDay Los Angeles 2017Amazon Web Services
 
Building Scalable and Secure Mobile Apps with AWS
Building Scalable and Secure Mobile Apps with AWSBuilding Scalable and Secure Mobile Apps with AWS
Building Scalable and Secure Mobile Apps with AWSAmazon Web Services
 
Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018Amazon Web Services
 
DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...
DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...
DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...Amazon Web Services
 
Introduction to AWS for Mobile Developers
Introduction to AWS for Mobile DevelopersIntroduction to AWS for Mobile Developers
Introduction to AWS for Mobile DevelopersAmazon Web Services
 
IOT311_Customer Stories of Things, Cloud, and Analytics on AWS
IOT311_Customer Stories of Things, Cloud, and Analytics on AWSIOT311_Customer Stories of Things, Cloud, and Analytics on AWS
IOT311_Customer Stories of Things, Cloud, and Analytics on AWSAmazon Web Services
 
MBL310_Building Hybrid and Web Apps with AWS Mobile CLI
MBL310_Building Hybrid and Web Apps with AWS Mobile CLIMBL310_Building Hybrid and Web Apps with AWS Mobile CLI
MBL310_Building Hybrid and Web Apps with AWS Mobile CLIAmazon Web Services
 
How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWS
 How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWS How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWS
How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWSAmazon Web Services
 
Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWSDesign, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWSIrene Luong
 
Innovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudInnovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudAdrian Hornsby
 
規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐Amazon Web Services
 
GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...
GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...
GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...Amazon Web Services
 
Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...
Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...
Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...Amazon Web Services
 

Similar to Introduction to Mobile Development with AWS (20)

Nader Dabit - Introduction to Mobile Development with AWS.pdf
Nader Dabit - Introduction to Mobile Development with AWS.pdfNader Dabit - Introduction to Mobile Development with AWS.pdf
Nader Dabit - Introduction to Mobile Development with AWS.pdf
 
MBL306_Mobile State of the Union
MBL306_Mobile State of the UnionMBL306_Mobile State of the Union
MBL306_Mobile State of the Union
 
State of Mobile and Modern App Development on AWS
State of Mobile and Modern App Development on AWSState of Mobile and Modern App Development on AWS
State of Mobile and Modern App Development on AWS
 
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
 
Introduction to Developing for Mobile with AWS
Introduction to Developing for Mobile with AWSIntroduction to Developing for Mobile with AWS
Introduction to Developing for Mobile with AWS
 
An Introduction to AWS Mobile Services - DevDay Los Angeles 2017
An Introduction to AWS Mobile Services - DevDay Los Angeles 2017An Introduction to AWS Mobile Services - DevDay Los Angeles 2017
An Introduction to AWS Mobile Services - DevDay Los Angeles 2017
 
Building Scalable and Secure Mobile Apps with AWS
Building Scalable and Secure Mobile Apps with AWSBuilding Scalable and Secure Mobile Apps with AWS
Building Scalable and Secure Mobile Apps with AWS
 
Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018
 
DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...
DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...
DevOps for a Mobile World: Building an iOS or Android Mobile App in the Cloud...
 
Introduction to AWS for Mobile Developers
Introduction to AWS for Mobile DevelopersIntroduction to AWS for Mobile Developers
Introduction to AWS for Mobile Developers
 
IOT311_Customer Stories of Things, Cloud, and Analytics on AWS
IOT311_Customer Stories of Things, Cloud, and Analytics on AWSIOT311_Customer Stories of Things, Cloud, and Analytics on AWS
IOT311_Customer Stories of Things, Cloud, and Analytics on AWS
 
MBL310_Building Hybrid and Web Apps with AWS Mobile CLI
MBL310_Building Hybrid and Web Apps with AWS Mobile CLIMBL310_Building Hybrid and Web Apps with AWS Mobile CLI
MBL310_Building Hybrid and Web Apps with AWS Mobile CLI
 
How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWS
 How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWS How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWS
How BrightEdge Achieves End-to-End Security Visibility with Splunk and AWS
 
Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWSDesign, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWS
 
Innovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudInnovations fueled by IoT and the Cloud
Innovations fueled by IoT and the Cloud
 
規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...
GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...
GPSMKT201-Expanding Channel Opportunities Using AWS Marketplace as a Fulfillm...
 
Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...
Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...
Move Your Virtualized Desktop Apps to the Cloud with Amazon AppStream 2.0 - B...
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Introduction to Mobile Development with AWS

  • 1. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Pop-up Loft Introduction to Mobile Development with AWS Speaker Name, Speaker Title
  • 2. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved AWS Loft: Mobile Week Agenda Building Web Apps with AWS Introduction to React Native Data Driven Apps with GrapQL
  • 3. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Prerequisites: Day 1 (Web Development) • Knowledge of JavaScript, HTML and CSS • An AWS Account with administrative privileges • The AWS CLI installed - http://amzn.to/aws-cli • Node.js – https://nodejs.org • Yarn – https://yarnpkg.com • npm install –g awsmobile-cli
  • 4. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Prerequisites: Day 2 (React Native Development) • All the Day 1 prerequisites • Expo Client (on phone – download from iOS or Android App Store) • npm install –g react-native-cli • npm install –g create-react-native-app • (Optional) Xcode with iOS Simulator • (Optional) Android Studio with Android Emulator
  • 5. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Prerequisites: Day 3 (Data Driven Apps, Build&Test) • All the prerequisites for Day 1 & Day 2 • GraphQL Playground - http://amzn.to/graphql-app
  • 6. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Need AWS Credits? • We minimize the cost of the workshop. Average cost is < $1 / month Get a $20 AWS Credit Text #nycloft to (212) 555-1212
  • 7. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved The State of Mobile
  • 8. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Mobile Use Continues to Grow 91% 61% US Adult Population Owns a mobile phone Of these were Smartphone users 2.32 Billion Smartphone usage will surpass 2.5 billion in 2018 Source: Statista
  • 9. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved App Downloads JULY 2013 JUNE 2014 2017 50 BILLION 75 BILLION 197 BILLION Google’s Android market passed 50 billion app downloads and featured over 1 million available apps. Apple iTunes reached 75 billion app downloads and featured 1.2 million available apps. In 2017, over 197 billion apps had been downloaded, resulting in $77 billion in revenue. Source: Statista
  • 10. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved 0 10 20 30 40 50 60 2016-01 2016-02 2016-03 2016-04 2016-05 2016-06 2016-07 2016-08 2016-09 2016-10 2016-11 2016-12 2017-01 2017-02 2017-03 2017-04 2017-05 2017-06 2017-07 2017-08 2017-09 2017-10 2017-11 2017-12 2018-01 2018-02 How People Access The Web Desktop Mobile Tablet Source: Statcounter
  • 11. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved DENNIS INFOGRAPHIC
  • 12. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Web and Mobile are converging • Support from platform • Feature support first • Delivery via App Store • Native Performance • Vendor lock-in • No shared code • Support from community • Features come later • Delivery via App Store • Native Performance • Common Business Logic • ~ 80% common code • Supoort from community • Common Web Features • Delivery via Web • Browser Performance • Single Codebase • 100% common code Native Apps Cross Platform Apps Progressive Web Apps
  • 13. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved What are developers using? 39% 18% 12% 31% %age of Mobile Developers (primary platform) Cross-Platform (Xamarin, React Native) Hybrid (Ionic, Phonegap, Cordova) Mobile Web (PWA)
  • 14. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Building your Mobile App
  • 15. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Make your app stand out • Creativity is important § Start with a compelling app § Add cool features that people will talk about § Continually innovate • Understand how your users are using your app § Measure Success and Failure § Engage your users constantly • Quality first § Look for friction points – then remove them § Test up front on a wide variety of devices § Collect crash reports and act on them (release often!)
  • 16. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Make your app stand out: Creativity Wow Factors Minimal Needs Intuitive Design Personalization Experience Transfer
  • 17. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Business to Employee App Concerns • Many concerns are the same – Intuitive and Responsive UI – Personalization – Cross-platform Experience • There are some differences – Connectivity to existing data sources – Authentication to enterprise portals – On-device security and privacy
  • 18. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Cloud Services for Mobile
  • 19. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Cloud Concerns Security Privacy Scalability User Segmentation Engagement Business Model
  • 20. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved AWS has the services you need
  • 21. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Mobile Optimized AWS Services Major Use-case Specific Essential Amazon Pinpoint Amazon Cognito AWS Device Farm Amazon DynamoDB Amazon S3 AWS Lambda Amazon API Gateway Amazon Lex Amazon Polly Amazon Rekognition Amazon Cloudfront
  • 22. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Security and Privacy: Built-in • AWS Cloud Security Platform – because security is our highest priority § On-disk Encryption, SSL Communication § Shared Responsibility Model so you control your own data • AWS Compliance § Certifications (ISO27001, PCI DSS level 1, SOC1, SOC2, SOC3, and more) § Compliance Programs (HIPAA, ITAR, EU Model Clauses, and more) • For more information, see our security pages § https://aws.amazon.com/security/
  • 23. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved AWS Mobile SDK for AWS Services Official Languages Native Apps Web / Hybrid Apps Plus the help you expect • Tutorials, How To, API documentation • Starter Kits for common frameworks • Engineers on Stack Overflow and AWS Forums
  • 24. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved AWS Mobile Hub makes it easy • Manage multiple services as a project • Configure common services for best practices • Download service constants for iOS, Android and JavaScript • Export project for repeatable deployments
  • 25. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Demonstration AWS Mobile Hub
  • 26. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved AWS: The Right Platform for Mobile Developers AWS Services AWS Mobile SDK AWS Mobile Hub The features you need Easy to Integrate Easy to Configure
  • 27. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved Pop-up Loft aws.amazon.com/mobile @AWSforMobile Everything you need to connect Your mobile app to the cloud