fix: unblock fresh deploys (AWS CDK CLI pin + auth-ui asset upload) - #10
Merged
Conversation
…vent S3 upload timeout that blocked CREATE_COMPLETE
This was referenced Jul 14, 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.
What
Two independent fixes that currently block every fresh
cdk deployof thissample, cherry-picked out of #9 so main is deployable without waiting for the
gVisor feature review. Part of #5 hygiene.
^2.1128.1. A dependabot bump tookaws-cdk-libto 2.260.0 (cloud-assembly schema 54), which the pinned CLI2.1114.1 cannot read —
cdk synth/deployfail on a clean checkout.node_modules/testsfrom the AuthUiBucketDeployment. The asset upload was ~110 MB / 10,790 files and timed outthe AWS Lambda function backing the deployment, blocking
CREATE_COMPLETEfor all fresh deploys. Now ~52 KB / 7 files.
Verification
Both fixes were verified as part of the fresh full-stack
cdk deploydocumented in #9 (stack reached CREATE_COMPLETE on a net-new deployment in
us-east-1). CI covers synth on every PR.
Notes
#9 is rebased on top of these commits.