I have a python code placed in S3. That python code would be reading an excel file as source file placed in S3 and will do some transformations.
I have created a Lambda function which will get triggered once there will be a PUT event on the S3(whenever source gets placed to the S3 folder).
Requirement is to run that python code using the same Lambda function or to have the python code configured within the same Lambda function.
Thanks in advance.