integer and float configs are not passed in laconia context
See original GitHub issueDescribe the bug Float and Integer configs are not included in laconia context.
To Reproduce
In lambda environment, I defined LACONIA_CONFIG_KEY_EXPIRATION: integer:10000
,
const instance = ({ keyExpiration }) => ({
myService: new MyService(keyExpiration)
})
const _handler = laconia(apig(app))
.register(envVarInstances())
.register(instance)
Expected behavior
keyExpiration
should be available in laconia context
Actual behavior
keyExpiration
is not in laconia context
Additional context
IntegerConfigConverter
and FloatConfigConverter
are not registered in EnvVarConfigFactory
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
config - Laconia
"" (empty value). With integer and float config variables, the passed values will be parsed if possible, otherwise NaN will be returned.
Read more >Untitled
Phpunit command not found laravel, Tamil rare bit songs download, ... Alpha sigma nu georgetown university, Laconia new hampshire police department, ...
Read more >pYf - River Thames Conditions - Environment Agency - GOV.UK
Ela tem 19 e representa, Jarmark szamocin 2012, Edith piaf lyrics no regrets, ... Cracka killa, Ingiltere premier lig golleri, Weirs beach laconia...
Read more >Dxe - EVOLVE - eduFOCUS
#pixel No mood swings birth control, Convert date to date format php, ... Cr v lowering springs, Earthquake in grants pass 2014, Fuji...
Read more >2023 Toyota Camry - Irwin Toyota
in Laconia, NH ... Floating Multimedia Display ... please note that all information, including but not limited to pricing and vehicle status, is...
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
PR is in #638
I can submit a PR for this.