Created
July 5, 2018 06:21
-
-
Save ceilfors/c9c5dd7b6236e78cc619099c6e7c58fa to your computer and use it in GitHub Desktop.
better-dependency-injection-with-laconia
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const handler = ({ env }) => { console.log(env.MY_ENV_VAR); }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment