Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
788 stars 146 forks source link

Fix automatic config import #250

Closed dhumphreys01 closed 1 year ago

dhumphreys01 commented 1 year ago

The dot here references the location of the binary (or the working directory being used when running it), the binary is usually located outside the app folder, so we need to make sure we can traverse the whole project structure to get to the default properly.

Block by: https://github.com/Admiral-Piett/goaws/pull/249