Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dolthub/lambdabats
- Owner: dolthub
- License: apache-2.0
- Created: 2023-12-06T00:05:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T22:25:17.000Z (8 months ago)
- Last Synced: 2024-11-08T08:32:36.934Z (about 2 months ago)
- Language: Go
- Size: 2.06 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).