About SCAR ========== SCAR is a framework to transparently execute containers out of Docker images in AWS Lambda, in order to run applications (see examples for `ImageMagick `_, `FFmpeg `_ and `AWS CLI `_, as well as deep learning frameworks such as `Theano `_ and `Darknet `_) and code in virtually any programming language (see examples for `Ruby `_, `R `_, `Erlang `_ and `Elixir `_) on AWS Lambda. SCAR provides the benefits of AWS Lambda with the execution environment you decide, provided as a Docker image available in Docker Hub. It is probably the easiest, most convenient approach to run generic applications on AWS Lambda, as well as code in your favourite programming language, not only in those languages supported by AWS Lambda. SCAR also supports a High Throughput Computing :doc:`/prog_model` to create highly-parallel event-driven file-processing serverless applications that execute on customized runtime environments provided by Docker containers run on AWS Lambda. The development of SCAR has been published in the `Future Generation Computer Systems `_ scientific journal. SCAR is integrated with API Gateway in order to expose an application via a highly-available HTTP-based REST API that supports both synchronous and asynchronous invocations. It is also integrated with AWS Batch. This way, AWS Lambda can be used to acommodate the execution of large bursts of short requests while long-running executions are delegated to AWS Batch. SCAR allows to create serverless workflows by combining functions that run on either AWS Batch or AWS Lambda which produce output files that trigger the execution of functions that, again, run on either AWS Batch or AWS Lambda, using the very same Docker images, thus effectively creating highly-scalable cross-services serverless workflows. SCAR has been developed by the `Grid and High Performance Computing Group (GRyCAP) `_ at the `Instituto de Instrumentación para Imagen Molecular (I3M) `_ from the `Universitat Politècnica de València (UPV) `_. .. image:: images/grycap.png :scale: 70 % .. image:: images/i3m.png :scale: 70 % .. image:: images/upv.png :scale: 70 % There is further information on the architecture of SCAR and use cases in the scientific publication `"Serverless computing for container-based architectures" `_ (pre-print available `here `_), included in the Future Generation Computer Systems journal. Please acknowledge the use of SCAR by referencing the following cite:: A. Pérez, G. Moltó, M. Caballer, and A. Calatrava, “Serverless computing for container-based architectures,” Futur. Gener. Comput. Syst., vol. 83, pp. 50–59, Jun. 2018.