I dockerized 99% of my application and 99% of it works on linux. One part requires loading some exe file. I was think about using aws lambda just for this. So docker image on amazon linux machines, small cost and all other benefits and all of the sudden I found that out - AWS Lambda is run only on linux . What is best way to achive that my app run on linux docker images and one small part of it run on windows operating system
EDIT One comment bellow suggested starting new EC2 instance but fast feedback to user is needed here since. So feature is related to UI where user clicks something and on server calculation is made and response returned to user.