# The service name must match the deployed infrastructure name in terraform-infra,
# not the repo name.
apiVersion: v3
kind: service
metadata:
  inheritFrom: system:nr-collections-performance
  name: lambda-nr-claim-delivery-coordinator
  description: Lambda that is responsible for determining when to trigger the step function for queued orders.
  tags:
    - public:false
    - terraformed:true
spec:
  type: function
  componentOf:
    - system:nr-collections-performance
