You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting yaml file doesn't work, since the uploaded artifact is named "cdk.out" but the id used as the name from the pipeline.cloudAssemblyFileSet is `"Output":
I forgot to add that I already have a PR for this teed up as well, just waiting to hear feedback in case it needs adjusted or maybe there's a bigger plan that I'd be invalidating here.
I would expect this code to work:
The resulting yaml file doesn't work, since the uploaded artifact is named
"cdk.out"
but theid
used as the name from thepipeline.cloudAssemblyFileSet
is `"Output":And later:
The name
Output
is coming from@aws-cdk/pipelines/lib/blueprint/shell-step.ts
:Perhaps I'm wrong, but it appears that by using
this.cloudAssemblyFileSet.id
instead ofCDKOUT_ARTIFACT
here and here this would work as expected.The text was updated successfully, but these errors were encountered: