Example: Clojure + Clojurescript + CDK using Gradle

A little while ago I had a small web project in mind and wanted to have a simple way to write a ClojureScript SPA that would call a Clojure web server. I wanted to deploy the application onto AWS and model my infrastructure using the AWS CDK. Putting the code for the Clojure, ClojureScript, and CDK projects into one repository and connecting their output together using Gradle seemed like a good fit for a prototype, but I couldn’t find any examples where this had been done.

While I lost interest in the original project, the working example is something I will reference in the future and wanted to share in case it’s useful. You can find the code and an overview of how it works here: GitHub - mhspradlin/clojure-gradle-cdk-example: Example project deploying a Clojure server and ClojureScript SPA to AWS using the CDK and Gradle.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.