Anyone use Heroku?

Curious if anyone uses Heroku? If so what is your experience like with it in regards to Lucee. Is it worth it compared to just using ec2 servers on aws with rds?

I found these resources, but they are a few years old:

Thanks,

Setting up your own server vs using a PAAS like Heroku is a very different developer experience.

Heroku and CloudFoundry and a few others all rely on the ideas behind https://12factor.net.

I don’t know anyone that is using it right now and IMHO technology like Docker and Kuberenetes has far more traction https://kubernetes.io

There are lots of good guides out there of getting started with docker &Kubernetes and especially deploying on Google.

If you are early on with this I’d go the docker route

2 Likes