A sample application to test Amplify for iOS plugins.
The iOS application uses the Amplify iOS SDK to sign up/login via AWS Cognito.
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 authThis 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.
There are two files that are required to run the project (the files output in the section above):
amplifyconfiguration.jsonawsconfiguration.json
Both have similar content and are used in different versions of the SDK.