-
Notifications
You must be signed in to change notification settings - Fork 82
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
DynamoDB config support for local #82
Comments
It sounds like the only new parameter you would need is for the endpoint URL, since it is already possible to set the AWS keys and region via environment variables or local AWS config files. Is that right? |
you are correct. My bad |
The ability to specify an endpoint URL is added in 5.9.0. Thank you for your feedback! |
Thank you, just gave this is a try I am getting below error
Config
In Kubernetes deployment of relay I inject below three
|
@missourian55 - Have you tried setting the variable |
Please ignore below comments, documentation clearly dictates that tables has to be created before hand. All working now.. @eli-darkly Thank you that resolved "missing region" error, do I need to create the table in advance or relay proxy will create the required tables? I am seeing a new error
|
Please provide configuration support for local dynamoDB. We want to configure the relay proxy to local dynamoDB in local/test environments.
We need to pass in 4 dummy configurations
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
A sample JAVA dynamo client
The text was updated successfully, but these errors were encountered: