9 Commits

Author SHA1 Message Date
Philipp Muens
f3b6bf42ba Update templates 2019-02-15 14:13:41 +01:00
toshi0607
b4141d43a9 change .PHONY to single line 2018-10-13 22:13:54 +09:00
toshi0607
b8db53d4e4 fix Makefile style 2018-10-13 12:14:47 +09:00
toshi0607
ad926a650c add gitignore setting 2018-10-13 09:56:41 +09:00
Sebastian Borza
89ce28f931
addressing issue from #5220 2018-08-17 16:59:40 -05:00
Sebastian Borza
3ae60c03bd
updating example based on feedback 2018-07-24 15:13:04 -05:00
Sebastian Borza
b48b0581da
updating golang templates to match examples 2018-07-21 20:38:06 -05:00
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
Yun Zhi Lin
df85e2d9bc add support for AWS go: new create templates aws-go and aws-go-dep, docs, updated integration tests 2018-01-23 23:52:51 +11:00