Example for Authenticating using AWS Cognito (boto3)

人盡茶涼 提交于 2019-12-04 19:29:40

问题


I am trying AWS Cognito using boto3. I find it difficult to understand by reading the AWS documentation. I am looking for an example or tutorial which has a step-by-step explanation.

I already have a facebook app and Cognito identity pool created.

Something like backspace Cognito tutorial for node.js


回答1:


I found couple of examples for integrating with Cognito using boto3.

  1. Amazon AWS Cognito and Python Boto3 to establish AWS connection and upload file to Bucket
  2. https://forums.aws.amazon.com/thread.jspa?messageID=685264

You also take a look at the boto3 API documentation for Cognito Identity and Cognito Sync for more details.



来源:https://stackoverflow.com/questions/36598384/example-for-authenticating-using-aws-cognito-boto3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!