serverless-toolkit icon indicating copy to clipboard operation
serverless-toolkit copied to clipboard

CLI tool to develop, debug and deploy Twilio Functions

Results 78 serverless-toolkit issues
Sort by recently updated
recently updated
newest added

Modules like [ora@6](https://github.com/sindresorhus/ora/releases/tag/v6.0.0) and [wrap-ansi@8](https://github.com/chalk/wrap-ansi/releases/tag/v8.0.0) (and upcoming [chalk@5](https://github.com/chalk/chalk/issues/431) and [boxen@6](https://github.com/sindresorhus/boxen/pull/67)) have updated to publish pure ESM packages. The things to do to update this are listed in [this gist](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c), but...

bug

Replaces `@oclif/command` and `@oclif/config` with `@oclif/core` Updates `./bin/run` command and adds `./bin/dev` command Sets engines property in package to Node 14 (matches `@oclif/core`) Updates commands to call `await this.parse` -...

Replaces `@oclif/command` and `@oclif/config` with `@oclif/core` Updates `./bin/run` command and adds `./bin/dev` command Sets engines property in package to Node 14 (matches `@oclif/core`) **Contributing to Twilio** > All third-party contributors...

The Twilio serverless toolkit is not able to correctly serve an mp3 file in a response. I'm following a guide in the docs [here](https://www.twilio.com/docs/runtime/assets?code-sample=code-serve-an-audio-file-from-a-private-asset&code-language=Node.js&code-sdk-version=default) and I've got it working completely...

bug

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lerna&from_version=4.0.0&to_version=5.1.8&pr_id=ecfd837e-7a72-4c30-9afe-6316e309b4c6&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

After upgrading to MacOS Ventura pre-release, I experienced this issue with twilio command all together which I fixed by adding this line: ![image](https://user-images.githubusercontent.com/105011261/182641792-a8ff39ca-6eaa-4677-b99a-53719beab128.png) That fixed the command but twilio serverless:deploy...

> __Note:__ This issue is a proposal and is subject to change and open for feedback. At the end of April we [launched the v2 REST API](https://www.twilio.com/blog/automate-flow-deployments-studio-rest-api-v2-beta) for [Twilio Studio](https://www.twilio.com/studio)....

enhancement
v-next
breaking-change

Updating to @twilio/[email protected] led to failing deployments. Added a resolution for `"moment": "2.29.2"` to fix the deployment. └─┬ @twilio/[email protected] ├── [email protected] extraneous └─┬ [email protected] └── [email protected] invalid npm ERR! extraneous:...

Getting errors when trying to deploy functions. ``` runtime - Deploying Function ✖ Failed Deployment │ ERROR │ │ Timeout error Command failed with exit code 1. ``` anybody tracking...

When a Twilio Function deemed an async function throws an error, the handler doesn't catch it and instead throws an unhandled promise rejection error. Also, when constructing the context and...