create queue
Standard SQS queue tagged for this project.
bash
awsutopia create queue <name> [--dry-run] [--json]bash
awsutopia create queue jobs
# queue: utopia-<project>-<env>-q-jobsWhat you'll get
- Standard SQS queue (not FIFO)
- Tags:
utopia:project,utopia:env,utopia:name,utopia:kind=queue - A static cost hint (list shows
COST_UNAVAILABLEuntil Cost Explorer fills in)
--dry-run prints CreateQueue + tag steps without calling AWS.
Tear down with destroy queue. See it in list.