Hey, we've got an existing ring app deployed to elasticbeanstalk (tomcat/war file). I'm wanting to try out using integrant to configure/manage the state of this app, but it's not immediately obvious how to do this within the confines of a war file deployment.
Currently, we use lein-ring
to generate the .war
file, specifying the :handler
option to our ring handler, and we have an :init
function that runs before the handler is loaded.
Has anyone here used integrant in a similar way?