且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用iOS SDK Cognito Lambda和DynamoDB为AWS iOS创建用户/开发人员定义的登录名

更新时间:2023-12-03 10:20:46

由于您是从应用程序调用Lambda函数,因此需要添加权限为此,在IAM中。
您的流程看起来不错,只需确保您正在调用 GetOpenIdTokenForDeveloperIdentity 从您的Lambda函数。您可能要研究这个项目以供参考。

Since you are calling Lambda function from the app, you need to add permission for that in IAM. Your flow looks good, just make sure you are calling GetOpenIdTokenForDeveloperIdentity from your Lambda function. You might want to look into this project for references.