claudiajs / example-projects

Simple example projects that show how to use ClaudiaJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alexa example which url?

kirkins opened this issue · comments

When I run

npm run create

I get back something like this:


{
  "lambda": {
    "role": "alexa-spell2-executor",
    "name": "alexa-spell2",
    "region": "us-east-1"
  },
  "api": {
    "id": "xyxyxy",
    "module": "bot",
    "url": "https://xyxyxy.execute-api.us-east-1.amazonaws.com/latest",
    "deploy": {
      "alexa": "https://xyxyxy.execute-api.us-east-1.amazonaws.com/latest/alexa"
    }
  }
}

Which url should I be using https://xyxyxy.execute-api.us-east-1.amazonaws.com/latest/alexa?

I try both and get back:

The remote endpoint could not be called, or the response it returned was invalid.

screenshot_2017-02-16_16-01-11

please use the gitter chat for questions