miniature-musician-31262
02/01/2023, 10:25 PMDiagnostics:
pulumi:pulumi:Stack (pulumi-cdk-dev):
error: Error: invocation of aws-native:index:getSsmParameterString returned an error: operation error SSM: GetParameter, https response error StatusCode: 400, RequestID: 8601c689-efde-477c-abc1-fa178badb77f, ParameterNotFound:
Could this be because the AWS account I’m using hasn’t been bootstrapped for CDK? I don’t think it has, so wondering if that’s what this might be about.quaint-hydrogen-7228
02/02/2023, 7:41 AMminiature-musician-31262
02/02/2023, 3:58 PMcdk bootstrap
handles everything based the CLI version.quaint-hydrogen-7228
02/03/2023, 1:47 PMParameters:
BootstrapVersion:
Type: AWS::SSM::Parameter::Value<String>
Default: /cdk-bootstrap/hnb659fds/version
Description: Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]
Rules:
CheckBootstrapVersion:
Assertions:
- Assert:
Fn::Not:
- Fn::Contains:
- - "1"
- "2"
- "3"
- "4"
- "5"
- Ref: BootstrapVersion
AssertDescription: CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI.