Transpiling Applications into Optimized Serverless Orchestrations

Abstract

The serverless computing paradigm promises increased development productivity by abstracting the underlying hardware infrastructure and software runtime when building distributed cloud applications. However, composing a serverless application consisting of many tiny functions is still a cumbersome and inflexible process due to the lack of a unified source code view and strong coupling to non-standardized function-level interfaces for code and configuration. In our vision, developers can focus on writing readable source code in a logical structure, which then gets transformed into an optimized multi-function serverless orchestration. Our idea involves transpilation (i.e., source-to-source transformation) based on an optimization model (e.g., cost optimization) by dynamically deciding which set of methods will be grouped into individual deployment units. A successful implementation of our vision would enable a broader range of serverless applications and allow for dynamic deployment optimization based on monitoring runtime metrics. Further, we would expect increased developer productivity by using more familiar abstractions and facilitating clean coding practices and code reuse.

Publication
Proceedings of the 4th IEEE FAS*W: 2nd Workshop on Hot Topics in Cloud Computing Performance (HotCloudPerf) at ICAC/SASO

This short vision paper was presented at the 2nd Workshop on Hot Topics in Cloud Computing Performance (HotCloudPerf) at FAS*W, which is the tutorial and workshop track co-located with the conferences ICAC and SASO:

  • The 16th IEEE International Conference on Autonomic Computing (ICAC)
  • The 13th IEEE International Conference on Self-Adaptive and Self-Organizing Systems (SASO 2019)

Notice that ICAC and SASO will be merged into International Conference on Autonomic Computing and Self-Organizing Systems (ACSOS) in 2020.

HotCloudPerf