AWS DocumentDB example Go application.
This is used in:
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