Releases: stashimi/serverless
Releases · stashimi/serverless
v0.6.3
v0.6.2
v0.6.1
- 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.
v0.6.0
- Plugins are automatically loaded from node_modules folder. No more
need to update s-project.json - Support passthroughBehavior configuration in APIG endpoints
- Deprecated the use of
requestParametersin APIG endpoints - Fixed creation of CloudWatch Events for scheduled Lambdas
- Added support for ap-southeast-2 region
- Merged various minor bug fixes from the official Serverless repo