Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@austencollins austencollins released this 20 Jan 03:09
· 14279 commits to main since this release

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.