updateS3Notification()

in cloudformationTemplates/urlPreviewForAsyncChat/js/S3NotificationConfiguration.js [7:10]


    updateS3Notification(event.ResourceProperties, event.RequestType, function(err, data) {
        var status = err ? 'FAILED' : 'SUCCESS';
        return sendResponse(event, context, status, data, err);
    });