Open lukeburns opened 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.
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.
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.