How to use the restore function from aws-sdk

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

66
67
68
69
70
71
72
73
74
**/

AWS.restore('SNS', 'publish');
AWS.restore('DynamoDB');
AWS.restore('S3');
// or AWS.restore(); this will restore all the methods and services
```

#### Using TypeScript
fork icon108
star icon0
watch icon12