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
402 stars 25 forks source link

feat: support for other infrastructure-as-code frameworks #23

Open nmoutschen opened 3 years ago

nmoutschen commented 3 years ago

Serverless Rules currently support checking infrastructure-as-code templates from CloudFormation/SAM, and Terraform. It also supports frameworks that synthesizes to CloudFormation or Terraform, such as CDK or Serverless Framework.

This issue is to track interest for other frameworks, or native support for frameworks that synthesizes to CloudFormation/Terraform.

Please note that other frameworks won't be supported natively until at least version 1! But sharing your feedback here will help prioritize afterwards.

nmoutschen commented 3 years ago

Please add a 👍 reaction to this comment if you want native support for CDK.

nmoutschen commented 3 years ago

Please add a 👍 reaction to this comment if you want native support for Serverless Framework.