How To - Install the CFN-LINT CloudFormation Extension for Microsoft Visual Studio Code

The Cfn-Linter extension for the Microsoft Visual Studio Code (hereafter referred to as vscode) editor can be a major help to anyone asked to write AWS ClouidFormation Templates. Using a linter may be new to some. Linters are like Grammarly for your code. A good linter will alert you to mistakes before you attempt to compile or otherwise execute your code. Cfn-lint is like Grammarly for CloudFormation. This blog posts describes that install process.

Read More

How To - Install CFN-Python-Linter on Ubuntu Linux 19.10 Desktop

CFN-Python-Linter is a tool used to validate AWS CloudFormation templates before they are used. Having the ability to validate the code before finding errors at runtime is a crucial time-saving tool. This blog post details the installation of CFN-Python-Linter on Ubuntu Linux 19.10.

Read More