Crawl through AWS Codepipeline to notify the stages.
- Clone the repository.
- Create an S3 Bucket.
- Run
cd codepipeline-crawl
and export the AWS Credentials.export AWS_ACCESS_KEY_ID=***** export AWS_SECRET_ACCESS_KEY=***** ```
- Run
npm install
- Run
aws cloudformation package --template cloudformation.yaml --s3-bucket bucket-name --output-template-file output-template.yaml
. - Create cloudformation stack with
output-template.yaml
.