alexa-skill-serverless-starter-template
alexa-skill-serverless-starter-template copied to clipboard
"npm run iam" silently fails when run without environment variables set
I was expecting that aws sdk
picks up the current profile that I configure with aws configure
but it actually doesn't and requires to set environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
Would be great to update the README and also maybe add else
option into the catch
block of iam.getUser
in create-iam.js.