willowtreeapps / wombats-api

Wombats API
https://github.com/willowtreeapps/wombats-documentation
MIT License
10 stars 4 forks source link

Feature/#329 lambda mock #347

Closed erochest closed 7 years ago

erochest commented 7 years ago

PR for issue #329 .

Ready for a PR?

Implementation Notes:

This behavior is triggered by the configuration settings for :api-settings :lambda or :aws being nil (or empty? more generally).

Depending on the language of the bot, it then runs the code asynchronously either in the current JVM (for Clojure bots) or wrapped in a boilerplate script (for Python or JavaScript).

Breaking changes:

None that I know of.