cleanwork

This commit is contained in:
2026-01-12 17:19:44 -06:00
parent 87e00ae867
commit be9c5b4ceb
17 changed files with 0 additions and 324 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# get-queue-urls.sh
aws sqs list-queues --region us-east-2 --query 'QueueUrls[?contains(@, `-queue`) && !contains(@, `-dlq`)]' --output table