Is it possible to write a .NET Framework (not .NET Core) lambda function?
I have a legacy WCF SOAP service that is not compatible with .NET Core. I know I can write a .NET Framework application and deploy to EC2. Is it possible to deploy a .NET Framework application to AWS in a more scalable/serverless way such as a lambda function?