Skip to content

Instantly share code, notes, and snippets.

@mgwedd
Created July 16, 2019 15:34
Show Gist options
  • Select an option

  • Save mgwedd/5ecc172e31646b6f60d00c348836bec6 to your computer and use it in GitHub Desktop.

Select an option

Save mgwedd/5ecc172e31646b6f60d00c348836bec6 to your computer and use it in GitHub Desktop.
// Create AWS credentials and configuration
let credentials = AWSCognitoCredentialsProvider(regionType:.EUWest1, identityPoolId: "your-identity-pool-id-here")
let configuration = AWSServiceConfiguration(region:.EUWest1, credentialsProvider: credentials)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment