skill-sample-nodejs-premium-hello-world
skill-sample-nodejs-premium-hello-world copied to clipboard
Skill breaks when no in-skill products have been created
trafficstars
In this line https://github.com/alexa/skill-sample-nodejs-premium-hello-world/blob/master/lambda/custom/index.js#L691 greetingsPackProduct[0] is undefined. We should bail out gracefully if the products arrays are empty (dev did not create any ISP product)