Number 'protocol' for laconia-config
See original GitHub issueIs your feature request related to a problem? Please describe. AWS Lambda API states that all config should be strings.
This means that all our config should be string and then converted to number.
Describe the solution you’d like [optional]
- Add
LACONIA_CONFIG_PORT: integer:8080
to env to be intepreted by laconia-config asparseInt(8080)
; - Add
LACONIA_CONFIG_TAX: float:80.80
to env to be interpreted by laconia-config asparseFloat(80.08)
; - Update documentation and examples with new features.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
config - Laconia
Scan all environment variables that starts with LACONIA_CONFIG and return the derived values. Example: /** * Lambda Environment variables: * - ...
Read more >laconia/constants.php at master · taniarascia/laconia · GitHub
A minimalist MVC framework. Contribute to taniarascia/laconia development by creating an account on GitHub. ... laconia/config/constants.php.
Read more >Laconia on Twitter: "Laconia 1.10.0 is out! - Read websocket body if ...
Laconia 1.10.0 is out! - Read websocket body if it's not falsy (. @hugosenari !) - Number 'protocol' for laconia-config (.
Read more >City of Laconia, NH Supplementary Provisions - eCode360
The purpose of this subsection is to regulate the issuance of building permits for the erection of buildings on lots abutting unaccepted highways...
Read more >Department Overview | Laconia, NH
Install, configure and maintain City's technology so as to maximize ... Develop recommended policies, procedures and protocols to ensure necessary system ...
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
@hugosenari I can implement this, I haven’t contributed in awhile. Or are you working on it?
@all-contributors please add @hugosenari for maintenance