How to use the AmplifyBackend function from aws-sdk

Find comprehensive JavaScript aws-sdk.AmplifyBackend code examples handpicked from public code repositorys.

104
105
106
107
108
109
110
111
112
113
    break;
case 'sync':
    if(backendType === 'space') {
        throw new Error('Command not supported yet for space backend.');
    }
    const amplifybackend = new aws.AmplifyBackend();
    const srcMD = await amplifybackend.getBackend({
        AppId: appId,
        BackendEnvironmentName: options.src
    }).promise();
fork icon2
star icon0
watch icon3

+ 8 other calls in file