Slide 34
Slide 34 text
© 2020, Amazon Web Services, Inc. or its Affiliates.
AWS Amplify でチャットアプリを作る例
AWS AppSync
Amazon DynamoDB
Amazon Cognito
GraphQL
Auth
src/aws-exports.js
/* eslint-disable */
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "ap-northeast-1",
"aws_cognito_identity_pool_id": "ap-northeast-1:cf281c93-0472-4629-b3bb-ae709ca88ddc",
"aws_cognito_region": "ap-northeast-1",
"aws_user_pools_id": "ap-northeast-1_cuA09KF8y",
"aws_user_pools_web_client_id": "1spsa803s5rb7be1982di179pr",
"oauth": {},
"aws_appsync_graphqlEndpoint": "https://gyjhd6relbhele2eermmnzd2jq.appsync-api.ap-northeast-
1.amazonaws.com/graphql",
"aws_appsync_region": "ap-northeast-1",
"aws_appsync_authenticationType": "AMAZON_COGNITO_USER_POOLS"
};
export default awsmobile;