Inofficial fork of the Serverless Framework with the intent of keeping backward compatibility to the 0.5.x release while adding new features and bug fixes
Changed the way Serverless sets up scheduled events: Instead of creating one rule per function
it is now possible to create a single rule that triggers up to 5 Lambdas simultaneously. Simply
reuse the schedule name between your Lambda functions to make use of this feature.
Due to some internal changes on how triggers are deployed, we recommend to delete your Lambda
stages and re-deploy everything after upgrading to this version.