feat(microvm): add microvm example - #5377
Draft
edersonbrilhante wants to merge 85 commits into
Draft
edersonbrilhante wants to merge 85 commits into
edersonbrilhante wants to merge 85 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
changed the base branch from
microvm-integration-independent
to
microvm-examples-image-build
September 4, 2026 21:28
edersonbrilhante
marked this pull request as draft
September 4, 2026 21:28
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
3 times, most recently
from
September 4, 2026 21:45
adb7a1e to
4564b89
Compare
edersonbrilhante
changed the base branch from
microvm-examples-image-build
to
microvm-integration-independent
September 4, 2026 21:47
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
5 times, most recently
from
September 4, 2026 22:38
ddf0d40 to
c6cb82b
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 11:18
c6cb82b to
e689cd1
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 11:26
eea918b to
69a0c78
Compare
This was referenced Sep 8, 2026
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 15:58
69a0c78 to
651832a
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 19:16
81ffa12 to
b4d3c16
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 19:32
b4d3c16 to
f0a9b98
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 19:44
f0a9b98 to
2d6ea03
Compare
edersonbrilhante
added this pull request to stack #5438
September 17, 2026 18:35
edersonbrilhante
removed this pull request from stack #5438
September 17, 2026 18:36
edersonbrilhante
added this pull request to stack #5439
September 17, 2026 18:37
edersonbrilhante
removed this pull request from stack #5439
September 17, 2026 18:37
edersonbrilhante
added this pull request to stack #5440
September 17, 2026 18:38
edersonbrilhante
removed this pull request from stack #5440
September 18, 2026 12:40
edersonbrilhante
added a commit
that referenced
this pull request
Sep 18, 2026
## Description Integrates the Lambda MicroVM compute provider into the experimental multi-runner and runner-config contracts on top of #5362. - Adds global and per-lane `compute_provider.aws.microvm` settings and precedence resolution. - Routes MicroVM lanes through runner-config while preserving the EC2 path. - Adds MicroVM provider validation, outputs, documentation, and runner-config coverage. - Carries MicroVM fields into the unified `multi_runner_config` schema and keeps MicroVM lanes out of EC2 binary synchronization. ## Test Plan - MicroVM routing, validation, computed-IAM, and runner-config Terraform tests - `git diff --check` - No live AWS deployment was performed ## Related Issues Depends on #5362. Follow-up foundation example: #5377. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Base automatically changed from
microvm-integration-independent
to
microvm-provider-independent
September 18, 2026 12:41
## Description Adds the repository-local Lambda MicroVM image-build flow and runner example. - Adds the ARM64 Packer template, pinned Docker image definition, image builder, publisher, and runtime entrypoint. - Packages the GitHub Actions runner, CloudWatch Agent, and lifecycle-hook server into the MicroVM image. - Defines the external compiled lifecycle-hook ZIP contract, including root-level `server.js` validation. - Adds the `examples/microvm` consumer and image-build workflow/documentation updates. ## Test Plan - Packer formatting and validation with representative non-secret values - ShellCheck and Hadolint for image scripts - Lifecycle-hook ZIP validation with root-level `server.js` - `terraform validate` for `examples/microvm` - `git diff --check` ## Related Issues Depends on #5377. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
edersonbrilhante
added this pull request to stack #5450
September 18, 2026 21:12
edersonbrilhante
removed this pull request from stack #5450
September 18, 2026 21:12
edersonbrilhante
added this pull request to stack #5452
September 18, 2026 21:40
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 regional Lambda MicroVM foundation module and example.
Test Plan
terraform fmt -recursive -check -difffor the module and exampleterraform init -backend=false -input=falseterraform validatefor the module and examplegit diff --checkRelated Issues
Depends on #5363. Follow-up image build example: #5373.