当按照这个Github 案例:amazon-textract-serverless-large-scale-document-processing to executecdk bootstrap
时,当“CDKToolkit:creating CloudFormation changset...”为“ValidationError: Stack [CDKToolkit]不存在”时会显示错误消息。
用于参考此Stack Overflow 案例以更新 DescribeStack、DescribeChangeset 和 Createchangeset 的策略。
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"cloudformation:CreateChangeSet",
"cloudformation:DescribeChangeSet",
"cloudformation:DescribeStacks"
],
"Resource": "*"
}
]
}
想知道需要做更多的事情才能进行。