Merge pull request #4759 from jfix/patch-1

Fix typo in sub-heading
This commit is contained in:
Takahiro Horike 2018-02-26 22:16:05 +09:00 committed by GitHub
commit f1f2988842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.)