domits1 / Domits

the domits repository
5 stars 0 forks source link

App: linking the AWS Amplify backend - What we have tried already: #710

Open MC38-03 opened 4 months ago

MC38-03 commented 4 months ago

Here we will keep track of the things we have tried to make AWS work on mobile version.

MC38-03 commented 4 months ago
import {Amplify} from 'aws-amplify';
import awsconfig from './aws-exports';
import aws from 'aws-sdk';

export const cognitoClient = new aws.CognitoIdentityServiceProvider();

Amplify.configure(awsconfig);