aws-samples/aws-modern-application-workshop

Module 2 Cant reach locally running docker container

Opened this issue · 0 comments

When I try to hit the flask app at port 8080 /mysfits I receive an error stating that "VFS connection does not exist"

I have also tried this with the Java branch with the same result.

If I open another terminal within cloud 9 and curl localhost:8080/mysfits I get the expected json response.