skill-sample-nodejs-hello-world
skill-sample-nodejs-hello-world copied to clipboard
Update ask-sdk-core version
package.json specifies ask-sdk-core to be "^2.6.0". But that means that any skill initialized with ask new and selecting AWS Lambda hosting will not be able to take advantage of newer features such as APL-A in the response.
Recommend updating ask-sdk-core to "^2.11.0" (or higher). Might also have a look at the other versions in package.json as well to be sure that they're up-to-date.