Stack [lambda-pipeline-stack] does not exist

0

I am following the AWS guide for "Building a Continuous Delivery Pipeline for a Lambda Application with AWS CodePipeline". https://docs.aws.amazon.com/lambda/latest/dg/build-pipeline.html

The build runs, but fails at the deploy stage for "execute-changeset" with the error:

Action execution failed
Stack [lambda-pipeline-stack] does not exist (Service: AmazonCloudFormation; Status Code: 400; Error Code: ValidationError; Request ID: a5766c11-a419-11e9-a3e0-917718335739)

I have followed the guide to the letter, am I missing something or is this an error with the documentation.

Any help would be appreciated.

Thanks

已提问 5 年前733 查看次数
2 回答
0

My error. I added the execute-changeset before the deploy cloudformation step.

已回答 5 年前
0

You just have to move forward. That error is expected because the stack doesn't exist yet. The lambda-pipeline-stack will be created.

已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容