Welcome! Please see the About page for a little more info on how this works.

+4 votes
in Ions by

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?

1 Answer

0 votes
by

Yup, ran into this today, killed my poor babashka script

...