navapbc / template-infra

A template to set up foundational infrastructure for your application in AWS
Apache License 2.0
11 stars 2 forks source link

Document interface module pattern #755

Open lorenyu opened 2 months ago

lorenyu commented 2 months ago

Current pattern is to establish cross-layer dependencies using config module, but new pattern is to use a nested interface/ module in modules that need to be accessed across layers