feat(runner-providers): add Lambda MicroVM provider - #5255
Draft
edersonbrilhante wants to merge 11 commits into
Draft
feat(runner-providers): add Lambda MicroVM provider#5255edersonbrilhante wants to merge 11 commits into
edersonbrilhante wants to merge 11 commits into
Conversation
Contributor
Dependency ReviewThe following issues were found:
License Issueslambdas/functions/control-plane/package.json
lambdas/functions/webhook/package.json
lambdas/libs/compute-providers/package.json
OpenSSF ScorecardScorecard details
Scanned Files
|
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
3 times, most recently
from
August 6, 2026 19:20
5209852 to
61e4aa2
Compare
edersonbrilhante
force-pushed
the
refactor-ec2-provider-isolation
branch
from
August 7, 2026 21:42
1fc78c4 to
b948b89
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 7, 2026 21:42
61e4aa2 to
a638a13
Compare
edersonbrilhante
force-pushed
the
refactor-ec2-provider-isolation
branch
4 times, most recently
from
August 12, 2026 22:42
6d3c6ba to
cefb18a
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 12, 2026 22:47
a638a13 to
2384430
Compare
edersonbrilhante
force-pushed
the
refactor-ec2-provider-isolation
branch
from
August 12, 2026 22:57
cefb18a to
6a5922a
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 12, 2026 23:21
2384430 to
7679346
Compare
edersonbrilhante
changed the base branch from
refactor-ec2-provider-isolation
to
experimental-multi-runner-config-v2-20260805
August 12, 2026 23:23
BREAKING CHANGE: runnerProvider and RUNNER_PROVIDER_TYPE are renamed to computeProvider and COMPUTE_PROVIDER_TYPE.
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 12, 2026 23:41
7679346 to
11c97de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds an AWS Lambda MicroVM runner provider to the control-plane and webhook provider registries.
@aws-sdk/client-lambda-microvms.awsDynamicLabelsPolicyto MicroVM overrides and prevents one provider from accepting another provider's override labels.This PR is stacked on #5254, which moves provider selection and provider-specific tests out of the Lambda function packages.
Test Plan
libs/runner-providers.Related Issues
Depends on #5254 and #5251.
Related to #5252.