taskcat icon indicating copy to clipboard operation
taskcat copied to clipboard

Test all the CloudFormation things! (with TaskCat)

Results 73 taskcat issues
Sort by recently updated
recently updated
newest added

Hi Taskcat people, I know this isn't really the place for tech support, but I can see role_arn was added in 0.9.19, but I cannot find any information on how...

bugbash

Hey there! I'm currently trying to run tests with custom stack names using the CFNTest class, since it is supported by the TestObj class. However, I don't quite see the...

Now that #622 is merged it's a lot easier to work with Taskcat from inside python. During the process of developing the feature for functional testing from inside python I...

**Describe the bug** Taskcat not able to access S3 buckets **For Example: This is how the TemplateURL is given in CloudFormation Template:** [https://github.com/awslabs/aws-centralized-logging/blob/master/deployment/centralized-logging-primary.template](url) ```yaml TemplateURL: !Join - '' - -...

bugbash

Edge cases have cropped up where the regex in `AllowedPattern` is invalid. CFN Validation fails with an obscure error message. Validating regex in `AllowedPattern` isn't a bad idea.

bugbash

Need to handle cross-partition launches better when creds for the additional partitions aren't present; It'll fail, so don't bother launching.

bugbash

Is there a way to get taskcat to feed a custom argument to the lint command specifically to use cfn-lint custom rule package that I use ?

documentation
bugbash

**Describe the bug** I have a test template that references 4 other nested stacks the first 3 nested stack work fine separately and together in taskcat as long as I...

bugbash

Config file snipplet. ``` project: name: foobar owner: [email protected] regions: - us-east-2 lambda_source_path: functions/source lambda_zip_path: functions/packages package_lambda: true s3_regional_buckets: true ``` When running `taskcat package`, I need to explicitly pass...

bug
bugbash

I am using taskcat within one of your pipelines to validate our CFN templates. However now our template fails with the following error message during the linting step: [ERROR ]...

bugbash