I'd like to use Lambda (Python) to copy the file to FSx for Windows as a trigger that was saved in S3.
However, the search engine cannot find the search results.
Not in official documentation:
https://docs.aws.amazon.com/ja_jp/fsx/latest/WindowsGuide/what-is.html
Can Lambda implement a file copy of FSx for Windows from S3 in the first place?
python amazon-s3 aws-lambda
Does copying actually mean that you want to mirror from S3 to FSx for Windows?
If so, I think it would be better to synchronize with AWS DataSync from S3 to FSx for Windows.Also, I'm wondering when to start this synchronization task from Lambda.
© 2025 OneMinuteCode. All rights reserved.