Test Framework for AWS Lambda
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Lambda-TDD is a test framework for AWS Lambda functions that allows developers to write integration tests as JSON files, execute Lambda functions with specific inputs and environment variables, and validate responses using Chai assertions. It's designed for Node.js developers building serverless applications who need to test Lambda functions locally with realistic execution scenarios, including mocking external requests with Nock and controlling time-based behavior.