0

Can we create Amazon Federated Identity Pools using API?

I would like to automate these tasks.

1 Answers1

0

Yes, The SDK has everything you need. A python SDK here: http://boto3.readthedocs.io/en/latest/reference/services/cognito-identity.html

Android here: https://github.com/aws/aws-sdk-android

Also here who you get and identity: http://docs.aws.amazon.com/cognito/latest/developerguide/getting-credentials.html

Vasileios Lekakis
  • 5,492
  • 2
  • 15
  • 17