feat(compute-providers): add Lambda MicroVM provider - #5255
Draft
edersonbrilhante wants to merge 21 commits into
Draft
feat(compute-providers): add Lambda MicroVM provider#5255edersonbrilhante wants to merge 21 commits into
edersonbrilhante wants to merge 21 commits into
Conversation
Contributor
Dependency ReviewThe following issues were found:
License Issueslambdas/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
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 12, 2026 23:41
7679346 to
11c97de
Compare
edersonbrilhante
force-pushed
the
experimental-multi-runner-config-v2-20260805
branch
from
August 13, 2026 11:13
2aa54f7 to
4dd211d
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 13, 2026 11:13
11c97de to
fa2e601
Compare
edersonbrilhante
force-pushed
the
experimental-multi-runner-config-v2-20260805
branch
from
August 13, 2026 11:41
4dd211d to
ca56c4c
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
2 times, most recently
from
August 13, 2026 12:25
4f6c867 to
93bd091
Compare
This was referenced Aug 13, 2026
edersonbrilhante
force-pushed
the
experimental-multi-runner-config-v2-20260805
branch
from
August 14, 2026 13:09
28d8007 to
8512ab0
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 14, 2026 13:22
93bd091 to
dfdcdaf
Compare
edersonbrilhante
force-pushed
the
experimental-multi-runner-config-v2-20260805
branch
from
August 15, 2026 02:00
09f9f2e to
50ecc05
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
3 times, most recently
from
August 17, 2026 21:48
aced1a1 to
fc93bea
Compare
edersonbrilhante
force-pushed
the
experimental-multi-runner-config-v2-20260805
branch
from
August 19, 2026 14:18
127c8f8 to
eb845d9
Compare
edersonbrilhante
changed the base branch from
experimental-multi-runner-config-v2-20260805
to
main
August 19, 2026 14:22
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 19, 2026 14:53
fc93bea to
8d5c416
Compare
edersonbrilhante
changed the base branch from
main
to
refactor-ec2-provider-isolation
August 19, 2026 14:57
edersonbrilhante
changed the base branch from
refactor-ec2-provider-isolation
to
main
August 19, 2026 14:57
edersonbrilhante
changed the base branch from
main
to
refactor-ec2-provider-isolation
August 19, 2026 15:16
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 19, 2026 18:12
8d5c416 to
d2b8b0f
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 19, 2026 19:34
d2b8b0f to
f10a155
Compare
edersonbrilhante
changed the base branch from
refactor-ec2-provider-isolation
to
experimental-multi-runner-config-v2-20260805
August 19, 2026 19:34
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 on top of the experimental multi-runner provider stack.
@aws-sdk/client-lambda-microvms;TagResource,ListTags, andUntagResourcecalls with dedicated non-secret SSM ownership and lifecycle records;This branch is rebased on and targets
experimental-multi-runner-config-v2-20260805. It includes the nine patch-equivalent provider-isolation commits from #5254 because the MicroVM webhook routing depends on that centralized contract.Deployments must provide
MICROVM_METADATA_SSM_PATHand grant the MicroVM control-plane Lambdasssm:GetParametersByPath,ssm:PutParameter, andssm:DeleteParameteron that dedicated prefix, together with the documented Lambda lifecycle permissions.Test Plan
git diff --checkand Terraform formatting checks passed.Related Issues