Build an IOS application using AWS backend

In this workshop, we will create a data-driven native iOS app, integrated with a cloud-based backend. We will use AWS Cognito to manage user authentication and we’ll use AWS AppSync to get up and running quickly with a GraphQL API that backs our data in Amazon DynamoDB. We’ll demonstrate how to use the AWS Amplifylibrary to authenticate users, to communicate with our API, and to download images from Amazon S3.

Please refer to: https://amplify-ios-workshop.go-aws.com

My Personal Note (please ignore):
PROJECT_DIRECTORY=/Users/priyambo/Desktop/MyGIT/starxforce-codecommit-private-repo/starxforce.project.identitymanagement/amplify-ios-workshop/Complete/Landmarks
cd $PROJECT_DIRECTORY
open HandlingUserInput.xcworkspace/

Or, you can do the lab further on other samples using Amplify and Cognito:
Web: https://github.com/vbudilov/reactjs-cognito-starter
Android: https://github.com/awslabs/aws-sdk-android-samples/tree/master/AmazonCognitoYourUserPoolsDemo
IOS: https://github.com/awslabs/aws-sdk-ios-samples/tree/master/CognitoYourUserPools-Sample/Objective-C
Hybrid: https://github.com/awslabs/aws-serverless-auth-reference-app

Kind Regards,
Doddi Priyambodo

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *