donnemartin / awesome-aws

A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Other
12.49k stars 1.69k forks source link

Add grycap/scar - Transparently execute containers out of Docker images in AWS Lambda #195

Closed djalal closed 4 years ago

djalal commented 4 years ago

Review the Contributing Guidelines

Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.

Describe Why This Is Awesome

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.

--

Like this pull request? Vote for it by adding a :+1:

codecov-commenter commented 4 years ago

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   96.62%   96.62%           
=======================================
  Files           4        4           
  Lines          89       89           
=======================================
  Hits           86       86           
  Misses          3        3           
donnemartin commented 4 years ago

@djalal thank you!