cdklabs / cdklabs/cdk-pipelines-github

Error when customizing the synthetization of the stack

Open
#526 1 comment 0 reactions 0 assignees View on GitHub
bug effort-small p1
Dominant language
TypeScript
Stars
384
Forks
45
Avg merge
1d 1h
Merged PRs (30d)
4

Description

Hello

I have a stack that is deployed with a [customize synthetizer](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.DefaultStackSynthesizer.html). Especially, I am customizing the property`bucketPrefix`. I am basically adding a custom prefix to all assets uploaded.
While synthesizing, I get the error:
```

..../node_modules/cdk-pipelines-github/src/pipeline.ts:491
throw new Error(`Template asset hash ${hash} not found.`);
```

I have the feeling that the local asset path is not defined correctly.
Do you know if there is a workaround ?

Thank you for your help

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.