/codepipeline-crawl

Crawl through AWS Codepipeline to notify the stages.

Primary LanguageJavaScript

codepipeline-crawl

Crawl through AWS Codepipeline to notify the stages.

How to install

  1. Clone the repository.
  2. Create an S3 Bucket.
  3. Run cd codepipeline-crawl and export the AWS Credentials.
        export AWS_ACCESS_KEY_ID=*****
        export AWS_SECRET_ACCESS_KEY=***** ```
    
  4. Run npm install
  5. Run aws cloudformation package --template cloudformation.yaml --s3-bucket bucket-name --output-template-file output-template.yaml.
  6. Create cloudformation stack with output-template.yaml.