aws-samples / aws-samples/aws-sam-java-rest
Dynamo unreachable
Open
- Dominant language
- Java
- Stars
- 437
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
Working on Windows 10 I am unable to browse content of database with `http://127.0.0.1:3000/orders` endpoint due to docker-related networking issues. This is due to endpoints being defined with hostname `docker.for.windows.localhost` which is no longer domain name used by docker during Docker for Windows installation. Recommended is to use `host.docker.internal`. This change fixes the issue and provides excellent out-of-the-box experience for fresh install of docker for windows.
Contributor guide
Assessment
This issue has not been assessed yet.