I'm trying to deploy an Alexa skill to a client's AWS account, but I'm getting this error when I run `ask deploy`:
[Error]: Get Lambda ARN ask-custom-talk_stem-default failure for custom/default. CredentialsError: Missing credentials in config
My credentials are located in `~/.aws/credentials`, and they're being successfully used by my scripts that upload files to S3 and create DynamoDB tables. It seems the Alexa skills console isn't actually part of AWS, so it's not clear how I'm supposed to view/edit/publish skills using my IAM credentials.
There also doesn't appear to be any information about configuring the skill in the "Configuring and Testing your skill" section of the docs, so I have no idea how I'm supposed to put my credentials in the `.ask/config` file.
Is there any documentation about the options available in `.ask/config`? How can I publish a skill using an IAM account created by an organization?