Authorization with API Gateway, Cognito and React
I've been experimenting with using Amazon Cognito User Pools in conjunction with the Amplify Javascript library to handle user authentication in our Single Page applications. One of the problems I ran into was finding a way to restrict my API to only be accessible to authorized users. Cognito, API Gateway, and Amplify made this easy to do. Configure API Gateway From your API Gateway settings in the AWS Console, select Authorizers, and then choose Create new authorizer. Enter in the...
Read More