chajuss

Results 4 comments of chajuss

@ameter Thanks for your reply. Here is our configuration code: ``` ["UserAgent": "aws-amplify/cli", "Version": "0.1.0", "IdentityManager": ["Default": [:]], "AppSync": [ "Default": [ "ApiUrl": apiUrl, "Region": "aws-region", "AuthMode": "AMAZON_COGNITO_USER_POOLS", "ClientDatabasePrefix": "Application_AMAZON_COGNITO_USER_POOLS"...

@palpatim our app starts with a user sign in to Cognito user pool, using `signIn(username: String, password: String, validationData: [String: String]? = nil, clientMetaData: [String: String] = [:], completionHandler: @escaping...

We are using `AMAZON_COGNITO_USER_POOLS`, sorry I wasn't clear before :)

Sorry for late reply. First of all, we are using a singleton wrapper around `AWSMobileClient`, which is used throughout our entire app. Here is our code flow that interacts with...