All Projects → aws-samples → Aws Amplify React Native Events App Workshop

aws-samples / Aws Amplify React Native Events App Workshop

Licence: other
This is a self-paced workshop designed for developers who want to build a React Native mobile application using mobile services from Amazon Web Services (AWS).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Aws Amplify React Native Events App Workshop

Aws Amplify Workshop React Native
Building Cloud-enabled Mobile Applications with React Native & AWS Amplify
Stars: ✭ 124 (+110.17%)
Mutual labels:  aws, aws-amplify
Journal Aws Amplify Tutorial
Step by step tutorial to build a personal journal web app with aws-amplify
Stars: ✭ 227 (+284.75%)
Mutual labels:  aws, aws-amplify
Graphql Recipes
A list of GraphQL recipes that, when used with the Amplify CLI, will deploy an entire AWS AppSync GraphQL backend.
Stars: ✭ 137 (+132.2%)
Mutual labels:  aws, aws-amplify
Aws Amplify Workshop React
Building Serverless React Applications with AWS Amplify
Stars: ✭ 155 (+162.71%)
Mutual labels:  aws, aws-amplify
Aws Mobile Appsync Chat Starter Angular
GraphQL starter progressive web application (PWA) with Realtime and Offline functionality using AWS AppSync
Stars: ✭ 449 (+661.02%)
Mutual labels:  aws, aws-amplify
Awesome Aws Amplify
Curated list of AWS Amplify Resources
Stars: ✭ 1,650 (+2696.61%)
Mutual labels:  aws, aws-amplify
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+3708.47%)
Mutual labels:  aws, aws-amplify
This Or That
This or that - Real-time atomic voting app built with AWS Amplify
Stars: ✭ 87 (+47.46%)
Mutual labels:  aws, aws-amplify
Aws Amplify Vue
A Vue.js starter app integrated with AWS Amplify
Stars: ✭ 359 (+508.47%)
Mutual labels:  aws, aws-amplify
Gatsby Auth Starter Aws Amplify
Starter Project with Authentication with Gatsby & AWS Amplify
Stars: ✭ 306 (+418.64%)
Mutual labels:  aws, aws-amplify
Heard
React Native Enterprise Social Messaging App
Stars: ✭ 234 (+296.61%)
Mutual labels:  aws, aws-amplify
Conference App In A Box
Full stack & cross platform app customizable & themeable for any event or conference.
Stars: ✭ 693 (+1074.58%)
Mutual labels:  aws, aws-amplify
Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (+1001.69%)
Mutual labels:  aws, aws-amplify
Amplify Js
A declarative JavaScript library for application development using cloud services.
Stars: ✭ 8,539 (+14372.88%)
Mutual labels:  aws, aws-amplify
Awspec
RSpec tests for your AWS resources.
Stars: ✭ 1,086 (+1740.68%)
Mutual labels:  aws
Scrapy S3pipeline
Scrapy pipeline to store chunked items into Amazon S3 or Google Cloud Storage bucket.
Stars: ✭ 57 (-3.39%)
Mutual labels:  aws
Examples
Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
Stars: ✭ 1,085 (+1738.98%)
Mutual labels:  aws
Aws Sdk Java V2
The official AWS SDK for Java - Version 2
Stars: ✭ 1,083 (+1735.59%)
Mutual labels:  aws
Apex
Old apex/apex
Stars: ✭ 20 (-66.1%)
Mutual labels:  aws
Aws Foundations Cis Baseline
InSpec profile to validate your VPC to the standards of the CIS Amazon Web Services Foundations Benchmark v1.1.0
Stars: ✭ 57 (-3.39%)
Mutual labels:  aws

React Native The AWSome Way!

This is a self-paced workshop designed for developers who want to build a React Native mobile application using mobile services from Amazon Web Services (AWS).

Reference Architecture

Reference Architecture

Our application allow users to create meetups and also to join existing meetups. Each meetup has also a chat feature to let users discuss about the event.

Screenshots

events list

The data model will consist of:

  • Users: a list of users who are using the app
  • Events: a list of events created by the users in the app
  • Chats: a list of chat messages created in the event by users
  • EventUserJoined: a joint table between users and events to indicate who is joining which events

Our mobile application will be written in React Native. We will also be using AWS Amplify. AWS Amplify provides a declarative and make it really easy to add features like authentication and analytic to our mobile application. Our backend will be powered by AWS AppSnyc, a fully managed GraphQL service. AWS AppSync defines a GraphQL Schema with data types and GraphQL operations (query, mutation and subscription). It also associate a set of resolvers to Amazon DynamoDB, where we have 4 tables for our data models.

Lab 1

Setup AWS Cloud9, expo client, React native development and AWS environment.

Lab 2

Run AWS Amplify CLI & setup Auth in AWS Cloud9.

Lab 3

Setup AppSync, update GraphQL schema & add Analytics.

Lab 4

Run your React Native App on your Mobile Device!

Lab 5

Explore Amazon Pinpoint (Analytics) and reach out to your users at real-time!

# Pro Tips

Before moving to the next module, a brief word on working with the Amplify command line tools. Some operations present a multiple choice option such as the one shown below. In these cases, you can use the space bar to select one or more of the options before pressing the enter button to move to the next question. Selected choices will have a filled circle instead of an outline.

? Pick one or more of the following options.
❯◯ not selected 1
 ◉ selected
 ◯ not selected 2

Clean up

If you ever need to clean up your AWS account, you just need to run the following command in your AWS Cloud9 environment:

amplify delete

And once done, you can now delete your AWS Cloud9 instance.

License Summary

This sample code is made available under the MIT-0 license. See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].