Conversation
Using url params to set profile and endpoint url if needed.
README.markdown
Outdated
| DynamoDB uses profiles [Configuration and credential file settings][] as | ||
| authentication | ||
|
|
||
| * :DB dynamodb:// # use default profile | ||
| * :DB dynamodb://profile_name | ||
| * :DB dynamodb://profile_name@localhost:8888 # To connect on a local dynamodb instance | ||
|
|
There was a problem hiding this comment.
This should be explained in the help file, not the README.
|
@samuelabreu do you have success with all the possible cli commands? If I run a aws cli command: DB command: For context, dadbod is able to successfully run a |
|
@augustdolan , i only used for basic commands, but i just push a commit and test it with your query. |
Success! I am now able to run full commands that use quotes! Thanks so much for pushing up the new commit! |
|
Is this going to me merged? |
Using url params to set profile and endpoint url if needed.