Hi All. I have two separate amplify projects - one built with React-Native which has its own Cognito user pools, DB, etc and another independent project for React (Admin console) with its own user-pools, DB etc.
How can I share the database (GraphQL via Amplify API) from one project to the other? Backend is DynamoDB
Hi All. I have two separate amplify projects - one built with React-Native which has its own Cognito user pools, DB, etc and another independent project for React (Admin console) with its own user-pools, DB etc.
How can I share the database (GraphQL via Amplify API) from one project to the other? Backend is DynamoDB
Ah - found out how to do it - simply switch the endpoint and run amplify configure
Amplify.configure({Analytics: { AWSPinpoint: { appId: 'YOUR EXISTING PINPOINT ID', region: 'YOUR REGION'} } } );
https://aws-amplify.github.io/docs/js/analytics#manual-setup
new AWS.AppSync()
does not run in the browser because when loaded in the browser, the AWS object does not have a AppSync property. Does anyone know how to use the AppSync SDK in the browser? Thanks
Hi guys, does anyone know if there can be a workaround for this aws-amplify/aws-sdk-ios#2208
We are using Cognito in production and is causing us bad reviews since after the refresh token is expired users experience a non working app and we have got no solution to handle it, has been already 16 days and not sure if a fix would come in or we need to move away from Cognito