apiVersion: v3
kind: service
metadata:
  name: lambda-offboarding-automation-github-cli
  description: Lambda function that allows search for text occurrences in GitHub org and create issues. This is used in the offboarding automation pipeline to find and clean up GitHub resources for offboarded users.
  owner: devops
  tags:
    - application_family:devops
    - public:false
    - terraformed:true
    - language:python
    - runtime:python3.14
    - integration:step-functions
spec:
  type: function
  links:
    - url: https://pipeline.theorchard.io/job/python-offboarding-automation/
      title: Jenkins Pipeline
      icon: jenkins
    - url: https://github.com/theorchard/python-offboarding-automation/tree/main/lambda/github_cli
      title: Source Code
      icon: github

