You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this library for one of my POC. and its under serverless function written in typescript with . node version thsi functionis using with 14.15.0
and floowing are smbclient version
"samba-client": "^5.0.2",
"smbclient": "^1.0.3"
this function when invoked locally its abel to acess fsx file system, but when i deploy this function on aws and test it , it gives an error "Command failed with ENONENT" all the vpc and security groups seems to be working , as other lambada's are able to connect to the FSX using same vpc config are working ok
Please, can someone point me in right direction in case i missing something?
Thanks
Nitin
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use this library for one of my POC. and its under serverless function written in typescript with . node version thsi functionis using with 14.15.0
and floowing are smbclient version
"samba-client": "^5.0.2",
"smbclient": "^1.0.3"
this function when invoked locally its abel to acess fsx file system, but when i deploy this function on aws and test it , it gives an error "Command failed with ENONENT" all the vpc and security groups seems to be working , as other lambada's are able to connect to the FSX using same vpc config are working ok
Please, can someone point me in right direction in case i missing something?
Thanks
Nitin
The text was updated successfully, but these errors were encountered: