https://github.com/xmidt-org/argus-dynamodb
A support library that provides integration testing for Argus by making a dynamodb table it can use.
https://github.com/xmidt-org/argus-dynamodb
Last synced: 11 days ago
JSON representation
A support library that provides integration testing for Argus by making a dynamodb table it can use.
- Host: GitHub
- URL: https://github.com/xmidt-org/argus-dynamodb
- Owner: xmidt-org
- License: apache-2.0
- Created: 2023-12-12T04:17:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T17:23:15.000Z (about 1 month ago)
- Last Synced: 2025-05-13T00:52:22.435Z (11 days ago)
- Language: Go
- Size: 261 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# argus-dynamodb
A support library that provides integration testing for Argus by making a
dynamodb table it can use. There is also the `dynamo` package that makes adding
other tables much simpler.[](https://github.com/xmidt-org/argus-dynamodb/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/argus-dynamodb?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/argus-dynamodb)
[](https://github.com/xmidt-org/argus-dynamodb/blob/main/LICENSE)
[](https://github.com/xmidt-org/argus-dynamodb/releases/latest)
[](https://pkg.go.dev/github.com/xmidt-org/argus-dynamodb)## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Examples](#examples)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## Examples
Coming soon.
## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).