- amazon developer account
- aws developer account
- node/npm
- serverless-cli
- ask-cli
- clone/download it.
- in
_lambda/serverless.yml
replace theservice
attribute. - deploy the lambda,
serverless deploy
, copy the ARN. - in
_skill/skill-package/skill.json
replace the endpoint uri with the ARN. - in
_skill/skill-package/skill.json
replace the name. - in
_skill/skill-package/interactionModels/custom/en-GB.json
replace theinvocationName
. - in
_skill/ask-resources.json
replace the TODO with your ASK local profile (probablydefault
). - deploy the skill,
ask deploy
orask deploy --profile [name of profile]
if you are not using the default profile.
All values to replace are marked TODO