@viperhq/pipeline

Helper for CodePipeline

Usage no npm install needed!

<script type="module">
  import viperhqPipeline from 'https://cdn.skypack.dev/@viperhq/pipeline';
</script>

README

CodePipeline helper functions

npm

Running executionBatch

executionBatch({
  executions: [
    {
      pipelineName: "PIPELINE1",
      region: "eu-west-1"
    },
    {
      pipelineName: "PIPELINE2",
      region: "eu-west-2",
      roleArn: "arn:aws:iam::XXXXXXXXX:role/YYYYY"
    }
  ]
})