- Newest
- Most votes
- Most comments
Are you looking at exporting an entire workdocs site? or a single user/directory? Do you want the process to be a once off or ongoing?
There is no built in mechanism to bulk export your data - thought it is possible with the API - you could use the below blog past as an example to follow:
https://aws.amazon.com/blogs/storage/auto-sync-files-from-amazon-workdocs-to-amazon-s3/
If you are not looking at doing a real time sync but a one time export you could do away with the event bridge and api gateway component and run the whole thing from a small EC2 instance rather than a shorter lived lambda.
Workdocs Developer guide: https://docs.aws.amazon.com/workdocs/latest/developerguide/getting-started.html
The API is well documented: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workdocs.html#client
Relevant content
- asked 6 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 months ago