Skip to content

staticweb-io/cloudformation-templating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19d912a · Apr 17, 2025

History

61 Commits
Feb 14, 2025
Apr 17, 2025
Apr 17, 2025
Sep 12, 2022
Apr 17, 2025
Jul 11, 2023
Jul 11, 2023
Apr 17, 2025
Apr 17, 2025
May 10, 2021
Apr 12, 2024
Apr 17, 2025
Apr 17, 2025
Feb 14, 2025
Feb 14, 2025
Apr 17, 2025
Apr 17, 2025
May 10, 2021
Apr 12, 2024

Repository files navigation

cloudformation-templating

Clojars Project CljDoc Badge

A library for creating CloudFormation templates.

Importing existing templates

JSON templates can be converted to EDN (or Clojure) using this function:

(require '[cheshire.core :as json]
         '[com.rpl.specter :as sp]
         '[io.staticweb.cloudformation-templating :as ct])

(defn import-from-json [^String s]
  (let [m (json/parse-string s true)]
    (sp/transform (sp/walker ct/invalid-keyword?) ct/full-name m)))

About

A library for creating CloudFormation templates.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published