feat(aws-lambda): support plan protocol v2#2789
Open
jrusso1020 wants to merge 2 commits into
Open
Conversation
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 25, 2026
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.

Summary
PlanProtocol: "v1" | "v2"support to the AWS Lambda SDK, handler, SAM template, and CDK state machine; absence still defaults to v1Live AWS validation
Profile
engineering-767398024897, regionus-east-2.Visual fixture
094e92736f986e9c4c5cad0803b982136c11d013a63179bcf3b0dc81728dd20aVisual + audio fixture
99335b1a89d630b071ed5cc9cd5ff8a85e0774878ab5d4e9208c869999e2a577b5c8e7350d23cf77e78642f0a2a8122426696748ce678416c2177e780dca920bAll test stacks, Lambda functions, state machines, log groups, render buckets, deploy buckets, object versions, and delete markers were removed and independently verified absent.
A final live rerun also exercised the atomic stack-name reservation and
ownership-gated teardown path: v1/v2 remained byte-identical, cleanup passed,
and independent API queries again confirmed every scoped resource absent.
Other validation
PLAN_TOO_LARGEat 189,170 bytes against a 32,768-byte test cap; v2 completesRollout
This remains explicit opt-in. Before broad production enablement we should remove full-v1 local staging, budget the v2 materialized working set, narrow
compiled/**to reachable assets or packs, and benchmark S3 object count/cold-start behavior.GCP Cloud Run remains on Plan v1 and needs its own manifest/CAS transport and materializer migration; it will not automatically consume a v2 root.
Stack
Base:
feat/plan-protocol-v2/ #2788