Vini
Vini
Hello, is there any update on this issue? This seems to be a common problem - wanting to export variable generated in CodeBuild Action to the next stage. If this...
Found a workaround - used `AwsCustomResource` to fetch artifact information i needed in the Cloudformation stack and used it to update the lambda function. CDK+Codepipeline really needs to solve this...
Sure @pradoz, here's the workaround I have in place. It is a 3 step process, with some conventions in place: 1. During Source build stage in the pipeline, when I...