lambda-tester
lambda-tester copied to clipboard
Config driven testing
Since we are trying to solve the same problem, I thought I'd post here. I've written a config driven lambda test framework here: https://github.com/simlu/lambda-tdd
We've been using something like this for several years and it works really well. Maybe an inspiration?
Anyways, would be very happy to get some insight from you and to discuss!
Looks interesting - I looked at using a config driven method but chose to use a code based approach. Might be interesting to see if we could drive lambda-tester (with some extra hooks) from your library. Also working on creating an event generator for api-gateway requests