apiVersion: v3
kind: library
metadata:
  name: songwhip-utils-sqs
  description: |
    Shared AWS SQS utilities for Songwhip services.
    - Provides a typed wrapper around the AWS SQS client for message queue interactions.
    - Supports sending individual and batch SQS messages with error handling.
    - Includes queue stats retrieval and message visibility management utilities.
    - Standardizes SQS client configuration and queue URL parsing across services.
  owner: songwhip
  tags:
    - public:false
spec:
  type: utility
