Joel Gallant

Results 46 comments of Joel Gallant
trafficstars

Would have to define parsing strategy for numbers/bools/etc, and ensure naming strategy exactly matches our `env` CLI.

I think something like this is required - https://github.com/facebook/jest/issues/949 Or, following https://github.com/facebook/jest/issues/11038#issuecomment-770182413 In my experience, I've tended to either `loadConfig` explicitly in `beforeEach`, or `jest.mock`'ed. I'm still quite interested in...

#78 adds vault support. #20 and #64 should enable going further here (dynamic extension loading is basically a blocker for ergonomics here).

https://aws.amazon.com/blogs/aws/safe-deployment-of-application-configuration-settings-with-aws-appconfig/

Pseudo-code ``` FallbackSource: - EnvironmentSource: - APP_CONFIG - CombineSources - FlexibleFileSource: .app-config.secrets.{env}.{ext}: - FlexibleFileSource: .app-config.secrets.{ext} - FlexibleFileSource: .app-config.{env}.{ext}: - FlexibleFileSource: .app-config.{ext} ``` There are some obvious questions here like default...