Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 750 Bytes

Setting up Audit Database

When running locally, the audit endpoints require a Dynamo DB service to be running on port 8000.

The service hosts a database holding a table that stores audit logs.

To make this table available for testing auditing functionality:

  1. Start Docker
  2. Start up a local Dynamo DB container:
cd local-dev
docker-compose up -d
  1. Create the audit table schema by running Creation test.
  2. Populate the table with some test data by running Insertion test.