feat(microvm): add lifecycle hook service - #5280
Draft
edersonbrilhante wants to merge 2 commits into
Draft
Conversation
Contributor
Dependency ReviewThe following issues were found:
License Issueslambdas/services/microvm-lifecycle-hooks/package.json
OpenSSF Scorecard
Scanned Files
|
edersonbrilhante
changed the base branch from
feat-dynamodb-storage-provider
to
main
September 2, 2026 17:26
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 3, 2026 21:41
13c3be9 to
3b01396
Compare
edersonbrilhante
changed the base branch from
main
to
feat-microvm-runner-provider
September 3, 2026 21:41
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 3, 2026 23:01
3b01396 to
ff1c303
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 3, 2026 23:09
ff1c303 to
875750c
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 3, 2026 23:15
875750c to
1ebe98e
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 10:50
b3fc224 to
b2ebcca
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 11:20
b2ebcca to
79651c5
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 11:37
79651c5 to
140f5af
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 11:43
140f5af to
485aa97
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 11:50
485aa97 to
8d00fd5
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 11:53
8d00fd5 to
955406c
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:04
955406c to
4317bfb
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:11
4317bfb to
f5669db
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:16
f5669db to
9148986
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:23
9148986 to
f0b9051
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:27
f0b9051 to
9297739
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:33
9297739 to
3fde8d9
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:37
3fde8d9 to
682954e
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:39
682954e to
07d732d
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:46
07d732d to
7b0f607
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:55
7b0f607 to
d4d9aea
Compare
edersonbrilhante
force-pushed
the
feat-microvm-lifecycle-hooks
branch
from
September 4, 2026 12:59
d4d9aea to
af0ee7b
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 only the
lambdas/services/microvm-lifecycle-hooksservice.dist/copy, rollout order, and least-privilege runtime requirements.This PR is stacked on #5255 and consumes the SSM runner-config consumer supplied by the storage-provider work in #5277. It does not add storage-provider implementations or DynamoDB changes.
Test Plan
git diff --checkpassed after rebasing onto feat(compute-providers): add Lambda MicroVM provider #5255.Related Issues