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

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.

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.

[![Build Status](https://github.com/xmidt-org/argus-dynamodb/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/argus-dynamodb/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/argus-dynamodb/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/argus-dynamodb?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/argus-dynamodb)](https://goreportcard.com/report/github.com/xmidt-org/argus-dynamodb)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/argus-dynamodb/blob/main/LICENSE)
[![Release](https://img.shields.io/github/v/release/xmidt-org/argus-dynamodb)](https://github.com/xmidt-org/argus-dynamodb/releases/latest)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/argus-dynamodb)](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).