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?

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠