ユーザーのユーザー属性とメタデータを取得します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cognito-idp/get-user.html
aws cognito-idp get-user --access-token |
サーバーレスシステムでユーザー情報をアクセストークンを使って取得する : http://qiita.com/hitomatagi/items/5eede332bf9283319950 |
aws cognito-idp get-user --access-token Y |
amazon web services - How to get a custom property with Cognito Idp and the javascript SDK? - Stack Overflow : http://stackoverflow.com/questions/41990705/how-to-get-a-custom-property-with-cognito-idp-and-the-javascript-sdk |