claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 276 forks source link

default mfa-token to environment variable if any #197

Closed gregory closed 4 years ago

gregory commented 5 years ago

@gojko let me know what you think :)

gojko commented 5 years ago

@gregory what's the use case here? isn't the MFA token something that changes all the time, so it's unlikely to be the same across two calls? if you have to specify it on the command line anyway, why is this different than just specifying it with --mfa-token?

gregory commented 4 years ago

nvm.