amazon web services - How would you host a Haskell web app on AWS? -


how go hosting haskell web app on amazon web services? frameworks use?

i attempted host scotty(haskell) based web application onto amazon beanstalk. since, there no direct support haskell, had take docker approach. steps involved using default docker image stack (i used stack build application), hosting on docker hub , referencing image amazon elastic beanstalk.

i documented whole process in sample helloscotty project on github


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -