Skip to content

sh3r4rd/amplify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmplifyApp

A sample application to test Amplify for iOS plugins.

Auth

The iOS application uses the Amplify iOS SDK to sign up/login via AWS Cognito.

Amplify CLI

You can use the Amplify CLI to provision resources in AWS. In this case, we will create all resources needed in AWS Cognito.

amplify add auth

This initializes a CLI menu of options to configure resources in AWS. Once this is done, two files are created containing information about the resources created.

Required files

There are two files that are required to run the project (the files output in the section above):

  1. amplifyconfiguration.json
  2. awsconfiguration.json

Both have similar content and are used in different versions of the SDK.

About

AWS Amplify authentication/authorization with Cognito

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages