Michael Atkinson
Michael Atkinson
For every warning or failure discovered, it would be helpful to have a link to the documentation in the output that explains why a configuration is recommended. This can help...
*cfn-lint version: 0.7.4* *Description of issue.* cfn-lint does not properly evaluate Fn::Transform. Example: ```yaml Resources: 'Fn::Transform': Name: 'AWS::Include' Parameters: Location: "s3://mybucket/mySnippet.yaml" 'Fn::Transform': Name: 'AWS::Include' Parameters: Location: "s3://mybucket/mySecondSnippet.yaml" ``` Returns: >...
This is a feature request for the hound search to add an option to show or hide archived repositories. Hiding archived repositories could help make search results more relevant.
### Pull Request Checklist - [x] I have created an issue prior to creating this pull request - [x] I have provided a detailed description and motivation regarding the change...
## New Issue Checklist - [x] Using the latest version of azohra/shell-linter - [x] Able to reproduce error multiple times - [x] Provided information about the bug - [x] Attached...
Can a repository maintainer enable the discussions feature for this repository? https://docs.github.com/en/discussions/quickstart I think it'd be useful for non-issue discussions, for example a place for contributors to introduce themselves (my...
It would be nice if there was a contribution and developer guide for this project that could document: * Recommended paths for development i.e. how to best set up your...
I commonly use nested stacks to strike a balance between modular code and built-in references and dependencies in CloudFormation templates. When using `cfn-tail`, only events on the `AWS::CloudFormation::Stack` resource will...
I would like to be able to use this tool to tail CloudFormation stack sets. For basic implementation, I would like to just get the stack operation status and not...
**What version of the tools are you running, and how?** [v3.4.15](https://github.com/dhmay/jamstats/tree/v3.4.15) locally on Windows **Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like**...