Amplify.configureの項目の書いている場所
code:ts
Amplify.configure({
Auth: {
identityPoolId: 'XX', (Federated Identities > Selected Identity Pool/Create new > Sample code > Select Javascript > Get AWS Credentials)
region: 'us-east-1', (User pools > General Settings > Pool Id) The first part of the Pool Id us-east-1
userPoolId: 'us-east-1_XXXXXX', (User pools > General Settings > Pool Id)
userPoolWebClientId: 'XXXXXXXXX', (User pools > General Settings > App clients > App client id)
},
});
ただしこれは「古いコンソール」での話mrsekut.icon
これの左で2つ、右で2つ
https://gyazo.com/a588dbc3167e0561ed33ce306854b316
https://gyazo.com/426035c4a019f9bc78201d88da94b3a2
https://gyazo.com/7dfea510e0ba564a985cfeac5f109b1c
https://gyazo.com/4d45459521c6f0ef6075fd11e20cca2a
この「クライアントID」
https://gyazo.com/48e99529fcc3146e698ee67957392995