-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for AWS dynamodb #164
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.