Convert python to .net to run on AWS Lambda

Job ID: 35071740

Budget: $30 – $250 USD

I have a Python code, about 85 lines of code, that:
1. copies files and an executable from an S3 bucket
2. run the executable on the copied files
3. returns the converted files back to S3
I need it converted to .net so I can run it on AWS Lambda .Net 6. The reason is the executable is external code that will only run on the windows platform (not Linux).
This example code was written to run on my Windows desktop and AWS Lambda Linux. I don't need .Net version to run on Linux.
I would like flexibility to read/write to S3 and FSx drive.
Related categories: Python .NET Aws Lambda