Hi, my skill has been working fine for many months using a us-west-1 lambda as an https endpoint. However, I wanted to switch to using a lambda arn endpoint so i can use versions and aliases so i deployed the same code to lambda on us-east-1 and set up a an alexa skill kit trigger for it.
However, when I try to test it using the simulator, i get the "There was a problem with the requested skill's response". I see a zappa event in the log but my code is not being executed and its returning a null response. Null response if I also submit a test event via the lambda console. If i switch back to using an https endpoint for the same lambda, it works fine. What am i doing wrong?
The skill id is amzn1.ask.skill.b7f099b8-755c-48a3-94e8-69f29d96afd5