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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则