Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dolthub/lambdabats

Machinery for running Dolt bats tests in parallel using AWS Lambda.
https://github.com/dolthub/lambdabats

Last synced: 3 days ago
JSON representation

Machinery for running Dolt bats tests in parallel using AWS Lambda.

Awesome Lists containing this project

README

        

lambdabats
==========

`lambdabats` is machinery for running Dolt `bats` tests with massive
parallelism taking advantage of AWS Lambda.

The client, which Dolt developers may be interested in, lives in
[./lambdabats](./lambdabats).

The server lives in [./server](./server), and some scripts for building the
Docker image which makes up the Lambda function live in [./docker](./docker).