244 followers
I'm a professional software engineer with a deep interest in web and cloud technologies.
I started working on an open-source project about a year ago to build an embeddable alternative to Redis in Go. That’s when I started building the...
AWS Cognito user pools allow you to manage your app's within the AWS ecosystem. It provides all the basic features you'd expect from an auth...
AWS offers an easy way to work with web sockets through the WebSockets API in API Gateway. This article is going to be a short walkthrough on how to...
I've previously written an article about basic username/password authentication with AWS Cognito. This article will cover registration and...
Recently, I posted an article about pre signup triggers for AWS Cognito user pools. The article went over setting up pre signup validation using a...
In the last article, we leveraged AWS Cognito to handle user authentication in our application. There was a caveat with the setup, email sharing was...