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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠