Current section
Files
Jump to
Current section
Files
priv/templates/adapters/dynamo/config_to_append.ex
# dynamodb
config :ex_aws, :dynamodb,
region: "us-east-1"
# TODO: enable next for localstack
# scheme: "http://",
# host: "localhost",
# port: 4566