question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Number 'protocol' for laconia-config

See original GitHub issue

Is 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 as parseInt(8080);
  • Add LACONIA_CONFIG_TAX: float:80.80 to env to be interpreted by laconia-config as parseFloat(80.08);
  • Update documentation and examples with new features.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
geoffduttoncommented, Feb 18, 2020

@hugosenari I can implement this, I haven’t contributed in awhile. Or are you working on it?

1reaction
ceilforscommented, Jun 25, 2020

@all-contributors please add @hugosenari for maintenance

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found