A library for creating CloudFormation templates.
JSON templates can be converted to EDN (or Clojure) using this function:
(require '[cheshire.core :as json])
(require '[com.rpl.specter :as sp])
(defn import-from-json [^String s]
(let [m (json/parse-string s true)]
(sp/transform (sp/walker invalid-keyword?) full-name m)))
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |