When AWS launched container image support for Lambda, I saw people complain that it wasn't as nice as Google Cloud Run - which runs a containerised webapp with zero changes.
I made serverlessish to fix that. Run the same images in Lambda as you do in ECS. github.com/glassechidna/s…

