Closed pchaganti closed 7 months ago
Anyone have any info on how to resolve this error?
thanks
Hi @pchaganti
You can fix it by adding the qualifier
to your Pipeline
stack under the folder /bin
:
const stack = new Pipeline(app, 'some-stack', {
synthesizer: new cdk.DefaultStackSynthesizer({
qualifier: 'your-qualifier',
}),
});
This what worked for me. Using the qualifier with AWS CDK CLI doesn't force it.
Using the latest repo version. Doing a deploy results in this error.
The environment is bootstrapped and the above mentioned "/cdk-bootstrap/hnb659fds/version" also exists. Screenshot from the console with the parameter below.