Skip to content

migration should be possible w/out running local dynamodb #40

@bitsofinfo

Description

@bitsofinfo

The following should be teased apart: migrate should be possible against a target host that is not necessarily started by this plugin. This is currently too highly coupled and does not account for the possibility someone may want to leverage the auto migration feature against a separate local dynamodb instance that is not necessarily managed/started by this plugin.

Config should be more like this:

  serverless-dynamodb:
    stages:
      - local
      - dev
      - qa
      - stage
      
    migrate:
      enabled: true
      port: 8000
      host: someOtherLocalDynamodb.local

    start:
      bindPort: 8000
      bindAddress: 127.0.0.1
      docker: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds more infoFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions