How to use the AmplifyBackend function from aws-sdk
Find comprehensive JavaScript aws-sdk.AmplifyBackend code examples handpicked from public code repositorys.
GitHub: milk531/amplify-s3
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();
2
0
3
+ 8 other calls in file
aws-sdk.S3 is the most popular function in aws-sdk (7245 examples)