Created
October 17, 2018 04:31
-
-
Save dmennis/61e0638a6809c8bdfe08a7e88982275d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Initialize Identity Provider | |
let credentialsProvider = AWSCognitoCredentialsProvider( | |
regionType: .USWest2, | |
identityPoolId: "us-east-1:12345678-d9ba-4bdc-9a79-085e9f20c1ai") | |
let configuration = AWSServiceConfiguration( | |
region: .USWest2, | |
credentialsProvider: credentialsProvider) | |
AWSServiceManager.default().defaultServiceConfiguration = configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment