I recently updated from ask-cli 1.4 to 1.4.1 and since then when i want to deploy my lambda code with ask deploy i get following error trace: (seems to be a problem with region settings. I tried to deploy to three different regions)
-------------------- Create Skill Project --------------------
Profile for the deployment: [default]
Skill Id: amzn1.ask.skill.b259954e-ea47-48ef-a4c6-5fbff5b36719
Skill deployment finished.
Model deployment finished.
{ ResourceNotFoundException: Functions from 'ap-northeast-1' are not reachable in this region ('us-east-1')
at Object.extractError (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/protocol/json.js:48:27)
at Request.extractError (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/protocol/rest_json.js:52:8)
at Request.callListeners (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/sequential_executor.js:105:20)
at Request.emit (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/request.js:38:9)
at Request.<anonymous> (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/request.js:685:12)
at Request.callListeners (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/sequential_executor.js:115:18)
at Request.emit (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /usr/local/lib/node_modules/ask-cli/node_modules/aws-sdk/lib/state_machine.js:26:10
message: 'Functions from \'ap-northeast-1\' are not reachable in this region (\'us-east-1\')',
code: 'ResourceNotFoundException',
time: 2018-07-13T17:08:41.841Z,
requestId: '647f269b-86bf-11e8-8837-070c9149ba1f',
statusCode: 404,
retryable: false,
retryDelay: 3.3047734082717106 }