AWS Cognito in Go P1 - IAM, User Pool, Sign Up API

preview_player
Показать описание
AWS Cognito in #Go is a series that provides a real world example of building a #microservice in Go with AWS Cognito as an #authentication provider. We cover the entire process of setting up an IAM role for SDK access, provisioning a User Pool, and finally creating a Go app to sign up, sign in, and validate tokens.

This is Part 1 of the series. We cover the following in this video:
1. IAM role creation
2. User Pool provisioning
3. Go app setup and structure
4. Implement the Sign Up API
Рекомендации по теме
Комментарии
Автор

Awesome video. You're simplifying their documentation so well. It is so big that it's hard to see what the important parts are (Sign Up and Sign In). Giving a simple example like that makes it so much easier. Thanks !

louis-alexandremonfette
Автор

nice man, this is super cool and helpful! thank you!!!! i hope more people find this

SamiSabirIdrissi
Автор

Thanks for the video, subscribed and hoping to see more of your videos in similar areas.

sourabh
Автор

When I try to run the signup at the end I got "operation error Cognito Identity Provider: SignUp, failed to resolve service endpoint, an AWS region is required, but was not found". Do you have experience with that error?

danyan