99x / serverless-dynamodb-client

Serverless Dynamodb Client to automatically switch between AWS and Local instances
MIT License
74 stars 19 forks source link

Allow LOCAL_DDB_PORT to override port #14

Closed ibrado closed 2 years ago

ibrado commented 4 years ago

Implements #13

This allows something like:

  environment:
    LOCAL_DDB_PORT: ${self:custom.dynamodb.start.port, 8000}

in serverless.yml.