Add support for Function Configuration
See original GitHub issueWondering if configuration could be loaded as a function passing it some arguments. The same way Babel v7 Config Function API
loads a configuration function passing it an API object. babeljs.io/docs/en/config-files#config-function-api
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Configuring Lambda function options
On the function configuration page, on the General configuration pane, choose Edit. For Memory (MB), set a value from 128 MB to 10,240...
Read more >Configure function app settings in Azure Functions
To add a setting in the portal, select New application setting and add the new key-value pair. Function app settings in the Azure...
Read more >Configure your environment | Cloud Functions for Firebase
Configure your environment ; Parameterized configuration. Configure CLI behavior; Parameter types ; Environment variables. Deploying multiple sets of environment ...
Read more >How to Manage Functions in App Platform
To change the Function specifications, click the edit icon to open the Settings page of the Function. Here, you can edit the name,...
Read more >Configure advanced issue workflows
Learn about advanced workflow configuration in Jira Cloud. ... Jira includes several optional post functions that can be added to transitions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@myuseringithub This sounds like criticism but I don’t think I understand the problem. It’s established above that you can do what you want with Cosmiconfig, right? Configuration can be a
.js
file exporting a function.You wish this was two modules instead of one? If you want to use separate packages for looking up configuration files and loading them, those packages exist.
I made ex-config to handle the parsing of config files. @myuseringithub maybe it will work for your use-case.