Kobi Meirson d7eea2005e Restricting alexaSkill functions to specific Alexa skills (#4701)
* - Adding support for restricting the executing alexa skill by id (serverless/serverless#4700)
- Adding support for multiple `alexaSkill` events on a single function (allows multiple Alexa Skills on a single lambda)

* Adding a comment on the `serverless.cli` addition when testing.

* Updating templates to have the right `alexaSkill` syntax

* Cleaning up Travis-CI's occasional errors with sinon stubs going wild (hopefully)
(https://travis-ci.org/serverless/serverless/jobs/335361582 / https://travis-ci.org/serverless/serverless/jobs/335706593 / https://travis-ci.org/serverless/serverless/jobs/335682396)

* one last test case to make sure the alexaSkill file will be fully covered.

* PR notes

* naming - Add a default suffix for alexaSkillLogicalId if undefined

* Revert changes to createStack.test.js (#c967c8d956b3d96afbaefa7fbe3e6eb498ecdd7c)

* createStack.test - reject with an Error, not with a promise that resolves to an error.
2018-02-02 15:18:00 +01:00
..
2017-04-05 15:12:31 +02:00
2017-08-17 22:53:27 +03:00
2017-12-19 20:14:39 +11:00
2017-08-15 11:32:31 -07:00
2017-01-17 12:08:58 +07:00
2016-11-24 14:40:10 +01:00
2017-11-13 12:48:54 +11:00

Read this on the main serverless docs site

Serverless AWS Lambda Guide

Welcome to the Serverless AWS Lambda Guide!

Get started with the Introduction to the framework

If you have questions, join the chat in gitter or post over on the forums

Note: Before continuing AWS system credentials are required for using the CLI.