awslabs / serverless-rules

Compilation of rules to validate infrastructure-as-code templates against recommended practices for serverless applications.
https://awslabs.github.io/serverless-rules/
MIT No Attribution
403 stars 25 forks source link

chore: add tflint-ruleset-aws-serverless to releases #25

Closed nmoutschen closed 3 years ago

nmoutschen commented 3 years ago

As tflint 0.29 is not out yet, we cannot use tflint --init to automatically initialize the aws-serverless plugin. At the moment, the only way to do it is to clone the repository and compile tflint-ruleset-aws-serverless manually.

The purpose of this ticket is to add automated generation of the binary in different formats (MacOS/Windows/Linux and amd64/arm64) so that people can download it directly.

nmoutschen commented 3 years ago

Implemented in https://github.com/awslabs/serverless-rules/pull/27