You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: