Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1006 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 1006 Bytes

Terraform Local DynamoDb

An example setup to make a local instance of dynamodb for development.

Setup

  1. Install Terraform
  2. Clone the repo
    git clone https://github.com/bewestphal/terraform-dynamodb-local
  3. Navigate to example
    cd terraform-local-dynamodb
  4. Initialize Terraform
    terraform init
  5. [Optional] Configure the locals.container_name or locals.dynamo_port inside main.tf if desired
    (Default Port is 7090)
  6. Configure the desired tables following the terraform dynamo format
    Note: Tables can also be configured in the admin panel
  7. Start the container
    terraform apply

Admin Panel

The dynamo-local-admin Docker image also contains an admin panel at the configured port
(Default: http://localhost:7090/)