- Describe the feature you would like to see
Ability to locally test and run Lambda code.
- Why you need it
Currently we need to deploy to Lambda to test.
- How it should work
You should be able to run Wombat code in multiple languages by hitting a local server wombats-lambda running locally. Note that this is different from the other wombats-api lambda mock ticket (which is specific to just running Clojure within the api).
BEFORE SUBMITTING AN ISSUE CHECK THE FOLLOWING:
FEATURE REQUEST
- Describe the feature you would like to see Ability to locally test and run Lambda code.
- Why you need it Currently we need to deploy to Lambda to test.
- How it should work You should be able to run Wombat code in multiple languages by hitting a local server
wombats-lambda
running locally. Note that this is different from the otherwombats-api
lambda mock ticket (which is specific to just running Clojure within the api).