Lambda MicroVM GitHub Runner
Version updated for https://github.com/neebs12/lambda-microvm-github-runner to version v1.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Lambda MicroVM GitHub Runner is an action designed to run GitHub Actions jobs on AWS Lambda using MicroVMs, providing a way to extend Lambda’s 8-hour execution time by utilizing the lightweight nature of MicroVMs. This tool automates the setup and teardown of AWS resources required for running these actions, including creating IAM users, roles, and logs. It also supports configuring containerized workflows inside the runner, making it suitable for multi-container applications.
What’s Changed
What’s Changed
- Add suspended warm server pools by @neebs12 in https://github.com/neebs12/lambda-microvm-github-runner/pull/14
Full Changelog: https://github.com/neebs12/lambda-microvm-github-runner/compare/v1...v1.1