Validate env variables on start up
@l.kulla suggested fail fast approach to detecting the presence/absence of necessary environment variables. Check all necessary variables are defined on app start up instead of waiting for failure until the first API call is made.
Edited by Fiona D'Mello