标签: firebase firebase-authentication aws-lambda amazon-dynamodb aws-serverless
我要在aws上创建一个json返回的api(aws必须不能使用Firebase云功能)。
已登录webapp的用户只能访问api。
我发现Serverless Api with Aws Api Gateway + DynamoDB没有使用Aws Lambda函数。
可以使用免费的AWS Cognito来限制访问权限!
FirebaseAuth为free!。所以我的问题是如何使用firebase auth来限制对api的访问?
答案 0 :(得分:1)
这篇文章Firebase authentication vs AWS Cognito可能会有所帮助。
您需要设置自定义授权程序:
https://aws.amazon.com/blogs/mobile/integrating-amazon-cognito-user-pools-with-api-gateway/ https://blog.novoda.com/custom-authentication-with-amazon-cognito-and-firebase/