yarn serverless 0.1.2
v0.1.2

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

No breaking changes. We are committed to not introducing any further breaking changes for several months.

  • IMPORTANT: Lambda Logging Bug Fix: If you created a project with V0.1.0 or V0.1.1, a typo prevents your Lambda function from having permission to write to CloudWatch logs. This can be fixed by following the instructions by @lorenzos in #495. Make sure you delete your project's CloudFormation stack, then run serverless resources deploy to recreate it with the new IAM Policy. Thanks @lorenzos!
  • New Project Install Command: In v0.1 Serverless Projects are now shareable. The only thing that was missing was a command to install them. This is the first pass at this command and it's still in testing. Please test it out if you get a chance w/ the new Serverless Starter Project. All you have to do is run serverless project install serverless-starter Let us know how it goes!
  • New Get Methods: New get methods have been added to our classes to get their parent asset. Thanks @joostfarla!
  • Dash Deploy: You can now use serverless dash deploy in your components. If you use it in a component, it will show all functions/endpoints in that component. If you use it in a module, it will show all functions/endpoints in that module.

Don't miss a new serverless release

NewReleases is sending notifications on new releases.