This repository is structured as a monorepo using npm
workspaces and contains multiple packages:
Package | Description | Changelog | |
---|---|---|---|
@twilio-labs/plugin-serverless |
Twilio CLI Plugin that wraps create-twilio-function and twilio-run |
Changelog | |
@twilio-labs/plugin-assets |
Twilio CLI Plugin that makes it easy to upload assets to a Twilio Assets service | Changelog | |
@twilio-labs/serverless-api |
Wrapper library to work with the Functions & Assets API from Twilio | Changelog | |
@twilio-labs/serverless-runtime-types |
TypeScript types representing the Twilio Runtime for Functions | Changelog | |
@twilio-labs/serverless-twilio-runtime |
Integration for the Serverless Platform. | Changelog | |
create-twilio-function |
CLI tool to create new Twilio Functions projects | Changelog | |
twilio-run |
CLI tool to develop, debug and deploy Twilio Serverless products | Changelog | |
runtime-handler |
A version of the Twilio Functions Runtime Handler to be used in local development | Changelog | |