trevor-laher / OnDemandMinecraft

An AWS hosted Minecraft server that will only run when players are active. Players can start the server through a simple UI accessed through free Heroku server hosting.
MIT License
517 stars 68 forks source link

Heroku Config and CloudFormation #20

Open payton opened 4 years ago

payton commented 4 years ago

This is backing off of #3

Is there still interest in moving to a CloudFormation template for infrastructure?

Additionally, I think it may make more sense (and be a bit safer) to store configuration data in Heroku Config instead of a static file. I've implemented both of these and am happy to make a PR, but it is drastically different.

alexjmu commented 4 years ago

@payton I've added my own PR for the configuration data in Heroku, feel free to comment if you did it differently/better. I'd be keen to see how you did the CloudFormation stuff, I've never used it before. Can you link me to it? :)