aws --endpoint http://0.0.0.0:4566 sqs create-queue --queue-name logistics-merchant-service-default aws sqs create-queue --queue-name stag-logistics-merchant-service-default-dlq --endpoint http://localhost:4566 --region us-east-1 aws sqs set-queue-attributes \ --queue-url http://localhost:4566/000000000000/stag-logistics-merchant-service-default \ --attributes '{ "RedrivePolicy": "{\"deadLetterTargetArn\":\"arn:aws:sqs:us-east-1:000000000000:stag-logistics-merchant-service-default-dlq\",\"maxReceiveCount\":\"3\"}" }' --endpoint http://localhost:4566 --region us-east-1 aws sqs create-queue --queue-name stag-logisitics-merchant-service-order-creation --endpoint http://localhost:4566 --region us-east-1 aws sqs create-queue --queue-name stag-logisitics-merchant-service-default --endpoint http://localhost:4566 --region us-east-1 aws sqs create-queue --queue-name stag-logistics-merchant-service-payment-callbacks.fifo --attributes "FifoQueue=true" --endpoint http://localhost:4566 --region us-east-1 aws sqs create-queue --queue-name stag-logistics-merchant-service-payment-transactions.fifo --attributes "FifoQueue=true" --endpoint http://localhost:4566 --region us-east-1
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter