Julio Delgado Jr.
Julio Delgado Jr.
botostubs type hinting, hover for get_paginator works fine. hover over "list_policies" doesn't work. autocomplete where "list_policies" doesn't work. It be nice if botostubs can be updated to handle things, when...
look into better visual studio code integration, without requiring explicit type hinting. Maybe now with pylance extension, where stubs can be stored in a directory, and used from there, maybe...
**Describe the bug** Ran `taskcat test run -i TestTemplate.yaml`. I get `[Error] : ConstructorError could not determine a constructor for the tag '!Ref'` - Although `taskcat test run` with only...
**Describe the bug** Ran `taskcat --profile $AWS_PROFILE test clean `. It did not delete ANY of the CloudFormation Stacks (both successful & failed). - Although only 2 regions enabled in...
cfn-lint -u fails with "FutureWarning: Possible nested set at position 7 re.compile(p, re.UNICODE)"
*cfn-lint version: (`cfn-lint --version`)* 0.52.0 *Description of issue.* When doing a `cfn-lint -u`, I get the below error: ``` /venvs/cfn-lint/lib/python3.8/site-packages/cfnlint/maintenance.py:333: FutureWarning: Possible nested set at position 7 re.compile(p, re.UNICODE) ```
cfn-lint version: (cfn-lint --version) 0.44.6 (also already ran, cfn-lint -u) Description of issue. Using the AWS Quick Start [aws-vpc.template](https://github.com/aws-quickstart/quickstart-aws-vpc/blob/main/templates/aws-vpc.template.yaml), cfn-lint is reporting several `E3005` & `W1001` issues, even though the...
*cfn-lint version: (`cfn-lint --version`)* 0.44.5 (also already ran, `cfn-lint -u`) *Description of issue.* Using the AWS Quick Start [ad-2.template](https://github.com/aws-quickstart/quickstart-microsoft-activedirectory/blob/main/templates/ad-2.template), cfn-lint is reporting `VPCID Parameter not used`. Although it's actually being...
Auto-Complete of resource works for `GetAtt`function, but when you do `.` no suggestions come up for available attributes. Same applies for Sub fucntions.
Auto-Complete works for `!Ref`, it shows Parameters & Logical Resources. Auto-Complete for `!Sub` does not work inside of `${}`, it also does not work for `Fn::Sub`
Find/Replace not great, as its not smart and can replace in places where item is not really a parameter, or logical ID of resource reference. As this solution seems to...