Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 581 Bytes

development.md

File metadata and controls

14 lines (11 loc) · 581 Bytes

Development

adding new checks

  • new checks are added to the relevant Python module in utils

adding new Lambda functions

  • add Python code file with same name as the subdirectory
  • add the name of the file without extension to var.lambdas in variables.tf
  • add a subdirectory within the terraform-modules/lambda/build directory, following the existing naming pattern
  • add a .gitkeep file into the new directory
  • update the .gitignore file following the pattern of existing directories
  • apply Terraform

back to README