You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
When creating a new skill this is not enforced by the cli and no warning is issued whatsoever that account linking is required for this feature. Here is the necessary parts from my skill.json that make the list api work:
When running ask deploy and the skill has no account linking implemented, the user should be warned that without account linking implemented, the list api and events will not work as expected.
Current Behavior
Running ask deploy works without any warnings related to account linking.
Steps to Reproduce (for bugs)
Create a new skill with ask new, add the requirements to the skill.json as specified above, try to receive events on the specified endpoints. It will not work because Account Linking is not implemented.
Possible Solution
Warn the user when deploying a skill that those features need account linking.
Your Environment and Context
ask-cli version: 2.28.0
Operating System and version: Mac OS 13.0.1
Node.js version used for development: v19.8.1
NPM version used for development: 9.5.1
The text was updated successfully, but these errors were encountered:
I'm submitting a...
For Skills that use the
householdList
API it is now necessary to implement Account Linking (see https://amazon.developer.forums.answerhub.com/questions/247690/self-hosted-skill-no-longer-receiving-items-create.html)When creating a new skill this is not enforced by the cli and no warning is issued whatsoever that account linking is required for this feature. Here is the necessary parts from my
skill.json
that make the list api work:Expected Behavior
When running
ask deploy
and the skill has no account linking implemented, the user should be warned that without account linking implemented, the list api and events will not work as expected.Current Behavior
Running
ask deploy
works without any warnings related to account linking.Steps to Reproduce (for bugs)
Create a new skill with
ask new
, add the requirements to theskill.json
as specified above, try to receive events on the specified endpoints. It will not work because Account Linking is not implemented.Possible Solution
Warn the user when deploying a skill that those features need account linking.
Your Environment and Context
The text was updated successfully, but these errors were encountered: