Abdulmajid AdesokanforDevOps and moredijam.hashnode.net·Aug 18, 2022Building a frontend with authentication using React, Amplify and CognitoStarting 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 take advantage of what AWS offers and significantly ...Discuss·164 readsAWS
Callum MacphersonforCallum Macphersoncallumm.hashnode.net·Oct 8, 2022Authenticate your web app using AWS CognitoIn 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 Cognito into a web app. For reasons I will explain later...Discuss·258 readsCognito
Kelvin MwinukaforKelvin Mwinukakelvinmwinuka.hashnode.net·Apr 4, 2022Basic Authentication with AWS Cognito & NextJSI’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 authentication yourself. In this article, we will be lev...Discuss·2.5K readsThe AWS Cognito SeriesTutorial
Bin LiforBin Li's blogbinli.hashnode.net·Apr 10, 2023Add Cognito signed-up users to RDS Postgres database by AWS Lambda functionThis 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 Paste the codes to the lambda function import os im...Discussaws lambda
Bin LiforBin Li's blogbinli.hashnode.net·Mar 31, 2023Verify Cognito JWT in a Flask ApplicationSend 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) localStorage.setItem("access_token", user.signInUse...DiscussJWT
Farzana Rahmanforlearningwithfarzana.hashnode.net·Mar 14, 2023How to integrate gmail with cognito as social authentication (using SAM, python)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 local machine...Discuss SAM(serverless application model)
Kelvin MwinukaforKelvin Mwinukakelvinmwinuka.hashnode.net·Feb 24, 2023Social Login With Cognito and NextAuthAWS 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 infrastructure, I prefer using Cognito user pools due to its ...Discuss·385 readsCognito
Vishnu PforDelighteck Blogdelighteck.hashnode.net·Feb 20, 2023Add AWS Amplify, auth, api, analytics and more.Amplify is a tool to easily build, ship, and host full-stack applications on AWS. here are some of the useful commands amplify configure Only one time on a new computeramplify init Only one time in the project life cycle amplify add <SERVICE>To add ...Discuss·41 readsBuild with AWS AmplifyAWS Amplify
Callum MacphersonforCallum Macphersoncallumm.hashnode.net·Oct 8, 2022Authenticate your web app using AWS CognitoIn 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 Cognito into a web app. For reasons I will explain later...Discuss·258 readsCognito
Sasha Tulchinskiyforsashatu.hashnode.net·Sep 14, 2022Walk-through: Amazon API Gateway and Cognito with AWS Tools for PowerShellContributors Sasha Tulchinskiy, Senior Solutions Architect, Deloitte Najeeb Danish, Technical Fellow, Deloitte Samuel Lefki, Solutions Architect, Deloitte Objectives In this walk-through, you will see examples of using AWS Tools for PowerShell fo...Discuss·49 readsAWS
Abdulmajid AdesokanforDevOps and moredijam.hashnode.net·Aug 18, 2022Building a frontend with authentication using React, Amplify and CognitoStarting 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 take advantage of what AWS offers and significantly ...Discuss·164 readsAWS
Kelvin MwinukaforKelvin Mwinukakelvinmwinuka.hashnode.net·Apr 4, 2022Basic Authentication with AWS Cognito & NextJSI’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 authentication yourself. In this article, we will be lev...Discuss·2.5K readsThe AWS Cognito SeriesTutorial