Make servicestack compatible with AWS lambda
As it stands currently serverless is the future of application development . With services like serverless.com and the benefit these being to developers in terms of low / no touch deployments , massive cost savings and infinite scalability, it's clear that serverless is here to stay.
Many companies like us - Moosend.com - have invested years in creating microservices on Servicestack. Typically the service platform can't dictate the infrastructure architecture. Therefore now that we have decided to move a lot of our services over to AWS and Lambda we face the dilemma of having to pick between lambda and servicestack as the two are not compatible as it stands.
I vote to create a serverless.com template for a simple example on deploying a servicestack service on aws lambda. I personally spent days on trying to do this myself but without much luck. An experienced Servicestack developer can probably do this in a day or so and this will massively future proof the framework we all love so much.
Thanks
Yannis

Our aws-lambda template is a pre-configured template of ServiceStack for AWS Lambda
https://github.com/NetCoreTemplates/aws-lambda
A customizable project template can be created from out Getting Started page:
https://servicestack.net/start