lukeburns / strategies

a coordination game server
0 stars 0 forks source link

Build process #7

Open lukeburns opened 9 years ago

lukeburns commented 9 years ago

The build process currently downloads the Github repo, expects all dependencies to be contained, and executes index.js.

Should we use AWS Lambda for executing strategies? Or build on server like Travis CI does?

Building on server would allow for strategies to be written in any language. AWS Lambda works wonderfully for node.js strategies.

lukeburns commented 9 years ago

Decided to (1) start with node.js strategies hosted on Github and (2) to run them using Lambda. Reasoning behind this decision is to get something up and running quickly as a proof of concept.