Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yu-croco/golangcognitosample

aws-sdk-goでCognitoの特定のUserPoolに紐づくユーザーID一覧を取得するサンプルコード
https://github.com/yu-croco/golangcognitosample

Last synced: about 5 hours ago
JSON representation

aws-sdk-goでCognitoの特定のUserPoolに紐づくユーザーID一覧を取得するサンプルコード

Awesome Lists containing this project

README

        

# GolangCognitoSample
aws-sdk-goでCognitoの特定のUserPoolに紐づくユーザーID一覧を取得するサンプルコード

実装の元ネタはこちら: [(AWS公式ドキュメント)CognitoListUsers.go](https://docs.aws.amazon.com/code-samples/latest/catalog/go-cognito-CognitoListUsers.go.html)