How to disable rollbacks in CodeDeploy

0

I have been working with SAM to deploy lambda functions from my local box to AWS successfully and decided that I should automate the SAM process with CodePipeline. I have the source derived from a git repo which contains a top-level directory with the lambda functions, samconfig.json, and template.yaml. We are successfully pulling the repo into S3 and skipping the build phase since our functions are written in python. CodeDeploy is set to utilize CloudFormation to Create or Update a stack. CloudFormation utilizes a different config structure which seems to not let me disable rollbacks or use my SAM config. Is there a way to bake the Disable_rollbacks into the template or the CF config?

Aucune réponse

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