使用AWS Cognito进行身份验证的示例(boto3)

时间:2016-04-13 12:28:05

标签: amazon-web-services oauth-2.0 facebook-authentication amazon-cognito

我正在使用boto3尝试AWS Cognito。 通过阅读AWS文档,我发现很难理解。 我正在寻找一个有逐步解释的示例或教程。

我已经创建了一个Facebook应用和Cognito身份池。

backspace Cognito tutorial for node.js

这样的东西

1 个答案:

答案 0 :(得分:7)

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.