mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
* - 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.
Read this on the main serverless docs site
Documentation
The Serverless Framework is a CLI tool that allows users to build & deploy auto-scaling, pay-per-execution, event-driven functions.
Write your code, configure events to trigger your functions, then deploy & run those functions to your cloud provider via the Serverless CLI.
Getting started with serverless? Start here.
Already using AWS or another cloud provider? Read on.