aws sqs send-message \
  --endpoint-url http://localhost:4566 \
  --queue-url http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/foo \
  --message-body "This is the message body" \
  --message-attributes '{"AttributeOne": {"DataType": "String", "StringValue": "Value1"}, "AttributeTwo": {"DataType": "Number", "StringValue": "123"}}'
