All Projects → lambci → serverless-actions

lambci / serverless-actions

Licence: MIT License
Serverless GitHub Actions

Projects that are alternatives of or similar to serverless-actions

py-lambda-action
A Github Action to deploy AWS Lambda functions written in Python with their dependencies in a separate layer.
Stars: ✭ 49 (-56.25%)
Mutual labels:  lambda, actions
github-run-tests-action
mabl Github Actions implementation
Stars: ✭ 39 (-65.18%)
Mutual labels:  actions
Multiplatform-Bus
Kotlin event-bus compatible with Android & native iOS
Stars: ✭ 43 (-61.61%)
Mutual labels:  lambda
deno-action
Github action for setup Deno
Stars: ✭ 24 (-78.57%)
Mutual labels:  actions
Tkalc
Basic calculator using Tkinter GUI
Stars: ✭ 17 (-84.82%)
Mutual labels:  lambda
npm-update-check-action
npm new package version check action for GitHub Actions.
Stars: ✭ 17 (-84.82%)
Mutual labels:  actions
ebsautotagger
AWS Lambda function to tag EBS volumes created by autoscaling
Stars: ✭ 18 (-83.93%)
Mutual labels:  lambda
gh-pages-action
A GitHub Action to deploy a static site on GitHub Pages.
Stars: ✭ 26 (-76.79%)
Mutual labels:  actions
lambda-smush-py
Gain additional code space via cheeky compression for Python AWS Lambda functions defined in-line to CloudFormation templates.
Stars: ✭ 17 (-84.82%)
Mutual labels:  lambda
Actions-OP
Autobuild openwrt using github actions | 自动编译你的专属openwrt固件
Stars: ✭ 19 (-83.04%)
Mutual labels:  actions
Android-CICD
This repo demonstrates how to work on CI/CD for Mobile Apps 📱 using Github Actions 💊 + Firebase Distribution 🎉
Stars: ✭ 37 (-66.96%)
Mutual labels:  actions
pipeline-as-code-with-jenkins
Pipeline as Code with Jenkins
Stars: ✭ 56 (-50%)
Mutual labels:  lambda
amazon-workmail-lambda-templates
Serverless applications for Amazon WorkMail.
Stars: ✭ 17 (-84.82%)
Mutual labels:  lambda
github-act-runner
act as self-hosted runner
Stars: ✭ 68 (-39.29%)
Mutual labels:  actions
upx-action
Strips and runs upx on binaries
Stars: ✭ 17 (-84.82%)
Mutual labels:  actions
lambda-layer-tool
Build and publish AWS Lambda layers defined in YAML
Stars: ✭ 22 (-80.36%)
Mutual labels:  lambda
k-redux-factory
Factory of Redux reducers and their associated actions and selectors.
Stars: ✭ 18 (-83.93%)
Mutual labels:  actions
lambda-action
GitHub Action for Deploying Lambda code to an existing function
Stars: ✭ 197 (+75.89%)
Mutual labels:  lambda
faaskit
A lightweight middleware framework for functions as a service
Stars: ✭ 24 (-78.57%)
Mutual labels:  lambda
webpack-stats-diff-action
Github action to print Webpack stat diffs in your pull-requests.
Stars: ✭ 29 (-74.11%)
Mutual labels:  actions

🐑 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].