Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 301 Bytes

CODE_OF_CONDUCT.md

File metadata and controls

14 lines (12 loc) · 301 Bytes

Contributor Covenant Code of Conduct

Our Standards

Example when making function name

  • Pattern:
aws_[aws_service_name]_[action]_[resource]
  • action:
    • list: to list all resources.
    • get: to get detail for a specific resource.
    • rm: to remove the resource.
    • add: to add a resource.