feat(compute-providers): add Lambda MicroVM provider - #5255
Draft
edersonbrilhante wants to merge 20 commits into
Draft
feat(compute-providers): add Lambda MicroVM provider#5255edersonbrilhante wants to merge 20 commits into
edersonbrilhante wants to merge 20 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.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
feat-microvm-runner-provider
branch
from
August 7, 2026 21:42
61e4aa2 to
a638a13
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 12, 2026 22:47
a638a13 to
2384430
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
feat-microvm-runner-provider
branch
from
August 13, 2026 11:13
11c97de to
fa2e601
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
feat-microvm-runner-provider
branch
from
August 14, 2026 13:22
93bd091 to
dfdcdaf
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
feat-microvm-runner-provider
branch
2 times, most recently
from
September 4, 2026 12:16
86985a0 to
470cb89
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
September 4, 2026 12:23
470cb89 to
c6f336b
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
September 4, 2026 12:27
c6f336b to
0790783
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
September 4, 2026 12:31
0790783 to
77d05d8
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
September 4, 2026 12:37
77d05d8 to
5d07912
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 the AWS Lambda MicroVM compute provider on top of the SSM storage-provider refactor in #5277.
@aws-sdk/client-lambda-microvms.This PR targets #5277. PR #5280 adds the separate lifecycle-hook service on top of this provider.
Test Plan
git diff --checkand focused formatting/lint checks passed.Related Issues