Skip to content

Releases: serverless/components

0.1.20 (22 April 2019)

22 Apr 10:20
Compare
Choose a tag to compare
  • We are now auto updating the locally cached components when using components declaratively via a serverless.yml file. This makes sure all cached components' dependencies are up to date.
  • We've released the @serverless/mono component, an easy way to deploy monolithic web applications and frameworks onto a single AWS Lambda Function - https://github.com/serverless-components/mono

0.1.19 (19 April 2019)

19 Apr 12:34
27e0bf5
Compare
Choose a tag to compare
  • exporting all utils under a utils object rather than at the root level. All components should now import utils like this:
const { Component, utils } = require('@serverless/components')

utils.fileExists()
  • renamed all components repos to use dashes instead of CamelCase to match npm package names

0.1.18 (17 April 2019)

17 Apr 11:48
Compare
Choose a tag to compare