Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Derive app_name from module path (#568)
When changing the name of the application from the default of `app`, such as when adding multiple applications to a monorepo, developers often forget to modify the app_name config value in the app-config module. This change removes the need for that manual step by obtaining the app_name from the name of the folder containing the application's infrastructure code.
- Loading branch information