mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
commit
f1f2988842
@ -45,10 +45,10 @@ functions:
|
||||
enabled: false
|
||||
```
|
||||
|
||||
## Backwards compatability
|
||||
## Backwards compatibility
|
||||
|
||||
Previous syntax of this event didn't require a skill ID as parameter, but according to [Amazon's documentation](https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html#configuring-the-alexa-skills-kit-trigger) you should restrict your lambda function to be executed only by your skill.
|
||||
|
||||
Omitting the skill id will make your Lambda function available for the public, allowing any other skill developer to invoke it.
|
||||
|
||||
(This is important, as [opposing to custom HTTPS endpoints](https://developer.amazon.com/docs/custom-skills/handle-requests-sent-by-alexa.html#request-verify), there's no way to validate the request was sent by your skill.)
|
||||
(This is important, as [opposing to custom HTTPS endpoints](https://developer.amazon.com/docs/custom-skills/handle-requests-sent-by-alexa.html#request-verify), there's no way to validate the request was sent by your skill.)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user