Serverless | May. 24, 2021

A new major version of Serverless Toolkit is now available

A major version release of @twilio-labs/plugin-serverless and twilio-run is now available. With this release, we are saying goodbye to .twilio-functions in exchange for two files that should hopefully serve you all better.

This release contains breaking changes that you can read about in the announcement blog post.

On top of bug fixes, new features, and improved experience, we now have a brand new Twilio CLI Plugin: @twilio-labs/plugin-assets. An easy way to upload public assets from your command line:

twilio plugins: install @twilio-labs/plugin-assets

twilio assets: init

twilio assets: upload YOUR_FILE_NAME

Behind the scenes, we also moved the entire project to a monorepo which should enable us to ship new improvements faster in the future.

As a reminder: this is a Twilio Labs project meaning this isn’t a formal “GA” launch and users are encouraged to file issues on our GitHub.

The Serverless Toolkit is a collection of tools to improve the development of Twilio Functions and Assets. Read the blog to learn more about what features we added in the latest major version of the Serverless Toolkit and what things changed.

Serverless