【发布时间】:2020-08-27 05:28:19
【问题描述】:
我是 aws 环境的新手,需要您的帮助。
我正在做一个项目:
-on the frontend: an angular app deployed on S3 and accessible via cloudfront
-on the backend: a monolithic application with spring boot and deployed on beanstalk
-authentication: aws cognito
-a database on RDS to store some informations about the user as the username and the role,
the other informations are kept in aws cognito as user attributes like name, email, tel...
所以我的问题是:
-我们应该在哪里调用 cognito 来验证用户身份?在前端或对后端进行休息调用,它会自称为aws?
-我们需要这种配置的api网关吗?
请帮帮我!
【问题讨论】:
标签: angular spring-boot aws-api-gateway amazon-cognito