quickstart-taskcat-ci
CI/CD pipeline for AWS CloudFormation templates Quick Start
File Explorer
Download Latest Version (.zip)- index.py
- requirements.txt
- index.py
- requirements.txt
- taskcat-ci-entrypoint.template.yaml
- .gitignore
- .metadata
- .taskcat.yml
- CODEOWNERS
- LICENSE.txt
- NOTICE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/aws-quickstart/quickstart-taskcat-ci
Downloads the entire project code from GitHub to your computer.
cd quickstart-taskcat-ci
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install -r functions/source/cleanup-bucket/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
