Setting up WorkDocs notification for folder and subfolders

0

I want to auto sync files from one of the WorkDocs folder to S3. I am following this blog https://aws.amazon.com/blogs/storage/auto-sync-files-from-amazon-workdocs-to-amazon-s3/. Step 7 shows Enabling Notification at site level. Is there an option to Enable Notification in Manage Notifications at folder and Subfolder level?

已提問 4 個月前檢視次數 129 次
1 個回答
0

Hello

Unfortunately, notifications within WorkDocs can only be used at the site-level as stated or at the user-level. There is currently no way to enable notifications on individuals folders/sub-folders. I will list some alternatives to achieve the same functionality outside of WorkDocs.

  1. Set up a Lambda function that periodically polls the lastModifiedTimestamp of files in your target WorkDocs folders using the WorkDocs SDK. If there are new/updated files, have it trigger an SNS notification that mails/texts you. This gives you custom folder notifications but requires writing code.

  2. As a simpler alternative to #1, use CloudWatch Events to periodically run an AWS CLI command that lists the files in your WorkDocs folders of interest. Check if there are new files compared to the previous run, and use the CLI to publish SNS notifications if so. Still involves coding/scripts.

已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南