Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rgl/aws-docdb-example

AWS DocumentDB example Go application
https://github.com/rgl/aws-docdb-example

aws aws-docdb aws-documentdb

Last synced: about 1 month ago
JSON representation

AWS DocumentDB example Go application

Awesome Lists containing this project

README

        

# About

[![Build](https://github.com/rgl/aws-docdb-example/actions/workflows/build.yml/badge.svg)](https://github.com/rgl/aws-docdb-example/actions/workflows/build.yml)

AWS DocumentDB example Go application.

This is used in:

* [rgl/terramate-aws-eks-example](https://github.com/rgl/terramate-aws-eks-example)

# Usage

Install Docker Compose.

Create the environment:

```bash
docker compose up --build --detach
```

Access the example application endpoint:

```bash
xdg-open http://localhost:8000
```

Destroy the environment:

```bash
docker compose down --remove-orphans --volumes --timeout=0
```