feat(upload-cloud-assembly): run on the node24 runtime, implemented in TypeScript - #271
Merged
Merged
Conversation
joakimen
force-pushed
the
feat/upload-cdk-source-typescript
branch
from
September 15, 2026 09:46
6f0d767 to
b10e5e5
Compare
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 09:46
64616aa to
b8501e6
Compare
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 09:51
b8501e6 to
913914e
Compare
joakimen
force-pushed
the
feat/upload-cdk-source-typescript
branch
from
September 15, 2026 10:01
81a09af to
9ace52b
Compare
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 10:02
913914e to
1224e34
Compare
joakimen
force-pushed
the
feat/upload-cdk-source-typescript
branch
from
September 15, 2026 10:06
9ace52b to
6fbc724
Compare
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 10:07
1224e34 to
1d1862f
Compare
joakimen
force-pushed
the
feat/upload-cdk-source-typescript
branch
from
September 15, 2026 10:12
6fbc724 to
e8fb430
Compare
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 10:13
1d1862f to
b8c6d7d
Compare
joakimen
force-pushed
the
feat/upload-cdk-source-typescript
branch
from
September 15, 2026 10:26
e8fb430 to
9ec38cc
Compare
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 10:26
b8c6d7d to
f1aa235
Compare
joakimen
force-pushed
the
feat/upload-cdk-source-typescript
branch
from
September 15, 2026 10:44
9ec38cc to
89a8d3d
Compare
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 10:44
f1aa235 to
f0bd9af
Compare
…n TypeScript Synthesises, archives and uploads the Cloud Assembly with fflate and the AWS SDK. `npx cdk synth` stays a subprocess, and a previous cdk.out is still cleared first. tests.yml checks the precondition only. Synthesising needs the CDK CLI, and standing that in for would test the stand-in rather than the action; the archiving underneath is covered by the shared library's own tests. Inputs and outputs are unchanged.
joakimen
force-pushed
the
feat/upload-cloud-assembly-typescript
branch
from
September 15, 2026 10:53
f0bd9af to
1aa3764
Compare
Base automatically changed from
feat/upload-cdk-source-typescript
to
master
September 15, 2026 11:20
|
🎉 This PR is included in version 1.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Moves the action to the
node24runtime. Synthesises the CDK application, archivescdk.outwithfflateand uploads with the AWS SDK.npx cdk synthstays a subprocess.tests.ymlchecks the precondition only. Synthesising needs the CDK CLI, and standing that in for would test the stand-in rather than the action, so the synth-and-upload path has no CI behind it and wants verifying in a consumer. The archiving underneath is covered by the shared library's tests.Stacked on #270.