The output of a Datomic Ions lambda deployment provides a command to check the deployment's status. For example:
{:execution-arn EXECUTION-ARN,
:status-command
"clojure -Adev -m datomic.ion.dev '{:op :deploy-status, :execution-arn EXECUTION-ARN}'",
:doc
"To check the status of your deployment, issue the :status-command."}
Calling read-string on the result chokes because EXECUTION-ARN is neither an escaped string or a symbol. Can we get an output similar to the result of :op :push where string values are quoted?