Skip to content

Commit

Permalink
Fix typo in sub-heading
Browse files Browse the repository at this point in the history
compatability -> compatibility (nitpicking, I know)
  • Loading branch information
jfix authored Feb 21, 2018
1 parent d1d1b05 commit 5618c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/providers/aws/events/alexa-skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

0 comments on commit 5618c5a

Please sign in to comment.