Use FSx windows filesystem in c# lambda

0

Besides using the SMBLibrary, is there any way to access a windows FSx filesystem from a lambda function written in C#?

Is there a way to mount the FSx filesystem in the lambda so it can be used?

cjl
已提問 2 年前檢視次數 1070 次
1 個回答
2

Hi CJL,

You would want to use the SMSMBLibrary client implementation. SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol. SMBLibrary is modular, you can take advantage of Integrated Windows Authentication and the Windows storage subsystem on a Windows host or use independent implementations that allow for cross-platform compatibility. Having said that, pls have a look at this BlogPost here and the accompanying source code in GitHub that walks you through the necessary code fragments to show two operations (store file and list shares) on a preexisting FSx for Windows File Server share in a AWS Lambda function. Hope you find this useful.

AWS
專家
Parnab
已回答 2 年前

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

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

回答問題指南