ask cli deploy to eu west 1 /

Published at 2018-10-08 03:12:25

Home / Categories / Alexa skills kit / ask cli deploy to eu west 1
I am trying to deploy my Alexa skill lambda skill to eu-west-1 instead of the default us-east-1. I have followed the documentation and attempted fixes from other posts but I still cannot deploy to eu. I am getting the following error when I try to deploy:ResourceNotFoundException: Functions from 'eu-west-1' are not reachable in this region ('us-east-1') .inquire of/config"merge": { "manifest": { "apis": { "custom": { "endpoint": { "uri": "*****" },"regions": { "EU": { "endpoint": { "uri": "arn:aws:lambda:eu-west-1:*****:function:*****" } } } }
} } } skill.json"apis": { "custom": { "endpoint": { "sourceDir": "lambda/custom" }, "regions": {
"EU": { "endpoint": { "sourceDir": "lambda/custom" } } } } } .aws/config[default]
output = json
region = eu-west-1
When I used "inquire of init" I used the AWS default profile.

Source: amazon.com

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0