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

gefragt vor 5 Jahren733 Aufrufe
2 Antworten
0

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

beantwortet vor 5 Jahren
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.

beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen