I want to read a file from ec2 instance A from path (/home/sample/test.txt) and make some changes and send to another instance B to path(/home/testing/test.txt) using lambda function .
can anyone say how to do that?.if possible some sample code for that in python