© 2023 Hashnode
#cognito
This article describes when a user is signed up to a Cognito user pool, an AWS lambda function is triggered and adds the user to a table in an RDS PostgreSQL database. Create an AWS lambda function P…
Send the Cognito JWT in the header in an API request The JWT is stored in the browser's local storage during sign-in. Auth.signIn(email, password) .then(user => { console.log('user', user) l…
In this application, we will learn how to configure google app into AWS cognito. Installation First, you have to install aws sam cli into your machine. Then configure aws cli. If you don't have CLI installed and configured into your loc…
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 system. When I'm building an application on AWS infrastruct…
Amplify is a tool to easily build, ship, and host full-stack applications on AWS. here are some of the useful commands amplify configureOnly one time on a new computeramplify initOnly one time in th…
In this article, you will find out how to integrate AWS Cognito into NextJs and understand the different authentication types that Cognito supports. I had a use case where I wanted to integrate Cognit…
Contributors Sasha Tulchinskiy, Senior Solutions Architect, Deloitte Najeeb Danish, Technical Fellow, Deloitte Samuel Lefki, Solutions Architect, Deloitte Objectives In this walk-through, you will…
Starting AWS can be quite challenging for a developer as you need to learn which service is the most appropriate for your use case. This article will help especially frontend developers who want to ta…
I’ve written quite a few articles about authentication before. This is yet another user auth article. However, this time it’s a little different. Previous articles have been about managing user authen…