Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

How to access aws dynamodb, not local? #11

Closed
TerrificMao opened this issue Dec 5, 2018 · 1 comment
Closed

How to access aws dynamodb, not local? #11

TerrificMao opened this issue Dec 5, 2018 · 1 comment

Comments

@TerrificMao
Copy link

How to access aws dynamodb, not local? I can't find how to configure aws access key and security key.

@deptno
Copy link
Owner

deptno commented Dec 6, 2018

Dynamon(v0.2.6) inherit terminal environment variables.

so I think you can select AWS_PROFILE or inject AWS_ACCESS_KEY_ID AWS_SECERT_ACCESS_KEY directly.

AWS_PROFILE=default dynamon
AWS_ACCESS_KEY_ID=xxxxx AWS_SECERT_ACCESS_KEY=xxxxx dynamon

I hope it works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants