Skip to content

Releases: stashimi/serverless

v0.6.3

16 Dec 12:22

Choose a tag to compare

  • Fixed deployment error on empty or invalid VPC configuration (issue #6)
  • Use native AWS Lambda environment variables instead of injected ones (issue #5)

v0.6.2

16 Sep 23:50

Choose a tag to compare

  • Fixed permission issue with API Gateway that prevented the integrated
    "Test" functionality from working correctly.

v0.6.1

29 Aug 20:36

Choose a tag to compare

  • 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

09 Aug 21:54

Choose a tag to compare

  • 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 requestParameters in 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