Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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一覧を取得するサンプルコード
- Host: GitHub
- URL: https://github.com/yu-croco/golangcognitosample
- Owner: yu-croco
- Created: 2020-10-31T01:35:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T01:42:03.000Z (about 4 years ago)
- Last Synced: 2023-03-08T14:48:34.521Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)