~rek2/lambda-pipeline-autoapproval

Auto approves a pipeline manual step only if the Test stage was suscessfull.
add Readme
first commit, still needs to be clean and remove all debug lines

You can also use your local clone with git send-email.

#Lambada-pipeline-autoapproval

AWS Lambda function to autoapprove codepipeline if Test stage is susccessfull after getting a aws SNS notification

#lambda function

  • needs to be subscribed to a AWS SNS Topic
  • IAM/Rols needs to be configure first, I recomend Terraform
  • This function can be integrated into Terraform with easy.

#Todo:

  • Working, needs a bit of cleaning, I left some of my debugging output.