Skip to content

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

License

Notifications You must be signed in to change notification settings

bewestphal/terraform-local-dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages