Results 311 comments of Martin Klepsch

I'd rather (or in addition possibly) see the `start-repl` note in the Usage section emphasized. I guess many people will just read this section and miss the `(start-repl)` call... Have...

@tolitius that will work but it's not the ideal solution I think. My suggestion would be call all functions you need from `boot.core` outside your pod and pass their results...

@tolitius adding `boot/core` to pods could affect dependency resolution inside pods which could cause all kinds of issues. Most of the times you run your code in pods which are...

This might be simpler if we would use [Terraform](https://www.terraform.io/) but would introduce another dependency...

@webappzero I've actually seen that talk and it motivated to dig into Terraform for Confetti (potentially using Roll as well). Didn't get to it yet though 😅

Hey @sooheon, thanks for that addition. Some people suggest also [adding a CNAME record](https://serverfault.com/questions/698728/aws-route53-s3-redirecting-www-example-com-to-example-com-works-redirecting-ex?rq=1) — have you considered/tried that? Maybe we should note that as well?

@sooheon Hey Sooheon. Are you asking about adding another site under a different subdomain or adding a new site like`dev.sooheon.com` ?

@sooheon so there are two ways: - **If you already have a Route53 HostedZone for sooheon.com**: you can run `create-site` with the `--dns` option and Confetti will add a record...

@sooheon Hey just wondering if you sorted this out?

I added a section in the Readme on this issue https://github.com/confetti-clj/confetti#adding-subdomains — let me know if you think it can be improved in any way 😊