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

demandé il y a 5 ans733 vues
2 réponses
0

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

répondu il y a 5 ans
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.

répondu il y a 3 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions