Has anyone implemented or know of an implementation similar to that of "AWS Lambda" using Cloud Foundry?
The idea is to have the ability to run small scripts on the fly without having a particular container reserved for that script. At the same time the script should start execution in milliseconds, so there is no time to initialize a container.