Serverless | Feb. 02, 2021

Twilio Functions now displays the default dependencies

We now display the default version of the Twilio SDK dependency and Runtime handler included on all Builds.

You should always see Twilio and @twilio/runtime-handler in the dependencies pane if you are using the UI and build details using API. This change does not apply to Functions(Classic).

You can determine the latest version of Twilio Node helper library here or simply add the latest dependencies on your twilio functions with a * or latest. Keeping twilio helper libraries up to date enables you to take advantage of the latest Twilio product functionality.

Read more about setting dependencies on Functions here.

Serverless