Source Code. :

https://github.com/proton0210/Cognito

In the following series we will learn how to create and deploy user authenticated and unauthenticated roles using AWS cognito and integrate Google Social Sign On with our application. The architecture of our application is as follows:

Screenshot 2023-08-16 at 4.41.00 PM.png

1. Prerequisites

2. Setting Up Our AWS CDK Project.

3. Deploying Our Constructs

3.1 Storage Construct

3.2 Auth Construct

3.3 Testing Our Auth Stack with AWS SDK

4. Setting up Google Oauth Login

5. FrontEnd and User Client