apiVersion: v3
kind: service
metadata:
  name: lambda-offboarding-automation-dynamo-cli
  description: Lambda function that allows store offboarding tasks in DynamoDB. This is used in the offboarding automation pipeline to track offboarding tasks and their status.
  owner: devops
  tags:
    - application_family:devops
    - public:false
    - terraformed:true
    - language:python
    - runtime:python3.14
    - integration:eventbridge
    - integration:step-functions
    - integration:dynamo-db
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/dynamo_cli
      title: Source Code
      icon: github

