yarn serverless 0.2.0
V0.2.0

latest releases: 3.38.0-d09dc659, 3.38.0-21757898, 3.38.0-9117ee93...
8 years ago

V0.2.0

There are no breaking changes in this release for project owners. We are committed to not making further breaking changes for several months. Enjoy :)

Note To Plugin Developers: This version changes the names of two Actions:

  • CodePackageLambdaNodeJs -> CodePackageLambda
  • CodeDeployLambdaNodeJs -> CodeDeployLambda.
    Those operations will handle ALL Lambda runtimes. This change may affect some plugins, but will not affect any Serverless Projects. The Serverless Optimizer Plugin is affected by this change, but has already been updated to support Serverless Framework v0.2.0. If your project uses the Optimizer plugin, please update it to work with this release of Serverless.

Updates

Python Support

Long-awaited Python support is here, thanks to the uber-talented @ryansb of Serverless Code. We are updating our documentation with Python usage information. Please test it out and let us know what you think. @ryansb is an authority on Serverless Architectures. Check out Serverless Code if you haven't already.

Dash Summary

A new command serverless dash summary shows a summary of your project (e.g., stages, regions, components and more!).

Function Run Improvements

You can now specify a Stage and Region in serverless function run and Serverless will fetch your ENV vars from your Project Bucket and use those in your local function.

Don't miss a new serverless release

NewReleases is sending notifications on new releases.