Skip to content

Instantly share code, notes, and snippets.

@mgwedd
Created July 16, 2019 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgwedd/5ecc172e31646b6f60d00c348836bec6 to your computer and use it in GitHub Desktop.
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