How to connect to windows shared folder from aws lambda

45 Views Asked by At

I've a requirement to create a csv file and drop it to windows network share drive which is protected by user name and password. Currently my python scripts creates the csv file and copies the file to the network share drive. If I want to automate this using lambda function, is it possible? I know lambda runs outside of VPC so not sure if it can mount the windows file drive.

Is there any other way of asking lambda connect to the windows network drive?

Also I am using NET USE in my python script to establish connection to windows network drive. Is this a reliable way of connecting?

Thanks

0

There are 0 best solutions below