Skip to content
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

Allow local dynamodb to be installed on another host than localhost #8965

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

peerjakobsen
Copy link

Note: Before submitting this pull request, please review our contributing
guidelines
.

Description

The previous version of dynamodb backend only allowed to have local dynamodb on your local dev machine. I changed it so that you can have local dynamodb running on an different machine and use an ip address instead of localhost:8000 . I use 127.0.0.1 as ip address in the unit test but it works with any ip address.

Copy link

codecov bot commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.81%. Comparing base (54f3824) to head (15dfe70).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8965   +/-   ##
=======================================
  Coverage   77.80%   77.81%           
=======================================
  Files         150      150           
  Lines       18680    18688    +8     
  Branches     3192     3193    +1     
=======================================
+ Hits        14534    14542    +8     
  Misses       3854     3854           
  Partials      292      292           
Flag Coverage Δ
unittests 77.79% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nusnus
Copy link
Member

Nusnus commented Apr 14, 2024

The docker-docs failure is not related btw

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

Successfully merging this pull request may close these issues.

None yet

3 participants