Implement AWS Cognito with Express JS(TS)
Link to Source Code
GitHub Repository
Let's begin by creating a starter Node.js/Express.js Starter project
> mkdir CognitoProject
> cd CognitoProject
> npm init -y
The above will create a basic Node.js Application.
Now Let's download and install so...
mitchellyuen.hashnode.dev2 min read