serverless-rules

Compilation of rules to validate infrastructure-as-code templates against recommended practices for serverless applications.

MIT-0 License

Stars
404
Committers
4

Bot releases are hidden (Show)

serverless-rules - Version 0.1.6

Published by nmoutschen over 3 years ago

Summary

This release mostly focuses on tflint improvement, including support for the new tflint --init feature introduced in version 0.29, and some rule parity between the two tools.

Changes

📐 New Rules

  • feat: add Step Functions Tracing rule for tflint (#29) by @nmoutschen
  • feat: EventSourceMapping Failure Destination for tflint (#28) by @nmoutschen

📚 Documentation Updates

  • docs: add CI examples for cfn-lint (#31) by @nmoutschen

🧰 Maintenance

  • chore: update goreleaser to match tflint 0.29 requirements (#32) by @nmoutschen
  • chore: improvements for the tflint plugin (#27) by @nmoutschen
  • chore: move to awslabs (#26) by @nmoutschen

This release was made possible by the following contributors:

@nmoutschen

serverless-rules - Version 0.1.5

Published by nmoutschen over 3 years ago

Summary

This update focuses on documentation improvements, by switching to mkdocs, and adding clearer explanations on how to use serverless-rules.

Changes

📚 Documentation Updates

  • docs: create documentation with mkdocs (#24) by @nmoutschen
  • docs: expand usage guide into anchors (#22) by @heitorlessa
  • docs: add implementations (#19) by @nmoutschen

🧰 Maintenance

  • chore: add release drafter (#21) by @nmoutschen

This release was made possible by the following contributors:

@heitorlessa and @nmoutschen

serverless-rules - Version 0.1.4

Published by nmoutschen over 3 years ago

Changelog

  • Fix a bug in cfn-lint-serverless template test harness #20
serverless-rules - Version 0.1.3

Published by nmoutschen over 3 years ago

Initial version