Giter VIP home page Giter VIP logo

serverless-actions's Introduction

๐Ÿ‘ Serverless GitHub Actions ๐Ÿš€

Run hundreds of concurrent GitHub Actions runners without needing to maintain servers. See a demo of it in action at the AWS re:Invent 2020 session No more idling.

What is it?

LambCI Serverless Actions enable you to run your GitHub Actions workflows on AWS Lambda and Google Cloud Run (Azure to come), and container-based services such as AWS Fargate or AWS CodeBuild.

LambCI manages the connection to GitHub Actions and sends events over Event Bridge or PubSub. The serverless resources live in your cloud account, so you only pay while your workflows are running.

Why would you want this over hosted GitHub Actions?

  1. More (much moar) concurrency, no queueing ๐Ÿš€
  2. Per-second (or ms) billing, on your cloud account โฑ
  3. Use IAM to access your cloud resources ๐Ÿ”’
  4. Access to different instance sizes/capabilities (eg GPUs) ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ

Why would you want this over another CI tool?

  1. First-class citizen in the GitHub UI ๐ŸŽฉ
  2. No need to context switch or manage accounts elsewhere ๐Ÿ 
  3. Familiar, well-documented build specs ๐Ÿ“ƒ
  4. Use thousands of plugins/actions from the GH community ๐Ÿ™

Project Philosophy

  1. Don't reinvent the UI โ€“ stay in GitHub as much as possible. Organizations don't want yet-another tool to login to, and context-switching is a productivity killer.
  2. Reducing build times is the goal. Serverless technologies are the means via fast start times and massive parallelization, but they can also be paired with vertical scaling (eg GPU CodeBuild instances).
  3. All the software that runs your builds should be open-source. This includes the GitHub Actions runner and all the "glue" necessary for invoking it (to be released soon).
  4. Be a hub for all serverless-CI related resources. Serverless environments differ from traditional environments โ€“ typically they're more constrained in disk space. Provide guidance on how to operate in this context, including creating and curating Actions that work in these environments.

Security

GitHub Action payloads are encrypted (at GitHub's end) using RSA public/private key pairs. You can control this key (if you wish) so LambCI will have no visibility into the workflow job or secrets. So long as the resources in your account have access to the private key, they can decrypt the payload and run the workflow jobs in isolation.

When?

Soon, soon! Add your email to the list over at LambCI's homepage to get updates on when this will be available to try out.

Other Questions?

Come and chat over in the GitHub Discussions space. You can also reach out on Twitter at @lamb_ci.

serverless-actions's People

Contributors

mhart avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.