AWS Lambda and DotEnv
As explained a few times we are working with Lambda on a project lately. One of the things I learned is, that DotEnv doesn’t work with Lambda, at least not out of the box. And because one does provide the configuration via „real“ environment variables normally anyway, there is no need to use DotEnv. In […]