Skip to content

Instantly share code, notes, and snippets.

@kojiisd
Last active November 27, 2018 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kojiisd/fe2c172ed9ee0d71795dcd24942e44f4 to your computer and use it in GitHub Desktop.
Save kojiisd/fe2c172ed9ee0d71795dcd24942e44f4 to your computer and use it in GitHub Desktop.
AWS Amplify Consoleがどれだけお手軽か試してみた所感 ref: https://qiita.com/kojiisd/items/709557fa4649aa25b483
export const environment = {
production: false,
amplify: {
Auth: {
region: 'REGION',
userPoolId: 'USER_POOL_ID',
userPoolWebClientId: 'USER_POOL_WEB_CLIENT_ID',
identityPoolId: 'IDENTITY_POOL_ID'
}
},
apiBaseUrl: 'API_BASE_URL',
localstorageBaseKey: 'LOCAL_STORAGE_BASE_KEY'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment