An open API service indexing awesome lists of open source software.

https://github.com/willowtreeapps/wombats-lambda


https://github.com/willowtreeapps/wombats-lambda

clojure javascript lambda wombats

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# wombats-lambda

Using AWS Lambda, we will run each bot's code every frame.

The following arguments are what the Lambda function will receive:
- Code
- State

The Lambda function will execute the passed in code, using
the `state` and `time-left` as parameters to the passed in code.

The bot's code must return an action within 3 seconds. If
it doesn't, the Lambda function will timeout and resolve
with no action.

Currently you can only submit code written in Clojure, JavaScript, or Python, however that
list will be growing soon.

## Contributing? Issues? Features? Curiosity?
[Learn how to contribute here.](https://github.com/willowtreeapps/wombats-lambda/blob/develop/CONTRIBUTING.md)