https://github.com/willowtreeapps/wombats-lambda
https://github.com/willowtreeapps/wombats-lambda
clojure javascript lambda wombats
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willowtreeapps/wombats-lambda
- Owner: willowtreeapps
- Created: 2017-02-02T16:11:44.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-07-06T13:14:02.000Z (almost 9 years ago)
- Last Synced: 2025-12-13T05:14:47.606Z (6 months ago)
- Topics: clojure, javascript, lambda, wombats
- Language: Clojure
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
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)