Skip to content

rgl/aws-docdb-example

Repository files navigation

About

Build

AWS DocumentDB example Go application.

This is used in:

Usage

Install Docker Compose.

Create the environment:

docker compose up --build --detach

Access the example application endpoint:

xdg-open http://localhost:8000

Destroy the environment:

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