lambda-tester icon indicating copy to clipboard operation
lambda-tester copied to clipboard

Config driven testing

Open simlu opened this issue 8 years ago • 1 comments

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!

simlu avatar Nov 26 '17 14:11 simlu

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

richardhyatt avatar Nov 29 '17 17:11 richardhyatt