We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nothing
A DynamoDB database that can be run locally (in a container) or remotely on AWS.
It should be possible for the back end application to connect to the DynamoDB instance.
The text was updated successfully, but these errors were encountered:
@daynelucas can you see how difficult this is to setup, should use DynamoDB local (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html) when running with Docker-Composes and DyanmoDB on AWS when running there.
Sorry, something went wrong.
daynelucas
No branches or pull requests
What we have
Nothing
What we want
A DynamoDB database that can be run locally (in a container) or remotely on AWS.
Acceptance Criteria
It should be possible for the back end application to connect to the DynamoDB instance.
The text was updated successfully, but these errors were encountered: