yarn serverless 0.0.7
Fixes For Features Broken During The Refactor/Rebranding

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

This release contains a lot of fixes for basic features that were broken during the refactor as well as some added conveniences:

  • FunctionRun, FunctionDeploy, EndpointDeploy all have new select menus when running their commands in the CLI. You can run the bare commands and select which functions/endpoints you would like to use for that operation. Overall, lots of better UX in the CLI for these Actions.
  • When creating a new function, the function name is persisted as a property in the event.json
  • FunctionRun you can now specify a single function by its path or name when running this command. This will save you from going through the select menu each time.
  • The s-project.json, s-module.json and s-function.json files now have a custom property where plugins can store and check custom data. The package property in s-function.json was changed to custom. This will result in backward compatibility issues if your Project's s-function.json files still feature the package property.
  • The ServerlessPlugin.js class has more convenience methods for Plugins to use. We've added 2 convenience methods. One prompts the user to select functions found in the current working directory, the other does the same but for endpoints. Also, the convenience method names have been changed, which would normally result in breaking plugins, but we don't have any plugins yet so we can get away with it :)

Don't miss a new serverless release

NewReleases is sending notifications on new releases.