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

Background: I have 3 Twilio accounts setup (Staging/Pre-Prod/Prod) and I am attempting to deploy a function into all three environments. Issue: I am seeing the following error when attempting to...

Hi, It would be good to be able to add additional options to allow ngrok configuration to be passed in. The following use cases for `--ngrok` action 1. pass in...

Right now whenever you run deploy we'll create a new version of every single file in your project. This was initially necessary since there was no way for us to...

File/code in question: https://github.com/twilio-labs/serverless-toolkit/blob/5108d307bace834452eae5b06924b9b538f16615/packages/twilio-run/src/runtime/server.ts#L166-L198 Docs: https://www.twilio.com/docs/runtime/functions-assets-api/api/understanding-visibility-public-private-and-protected-functions-and-assets#private Functions structure: ![image](https://user-images.githubusercontent.com/1033099/95117322-40e25780-06fd-11eb-9e32-a889e8edf2fb.png) Output: ![image](https://user-images.githubusercontent.com/1033099/95117368-548dbe00-06fd-11eb-92e3-aec4c3cca69c.png) This is something that needs clarification from the Functions team as to what behavior should be expected.

bug

I have a form (using POST method) with a select control that allows multiple select options. When testing locally the items are bound to a list on the event object....

When running the paid feature of ngrok WITHOUT paid account, no error message (no message at all) is printed ``` lramgattie➜~» twilio serverless:start --ngrok="lor" [11:54:36] lramgattie➜~» ```

bug
question

When I run `twilio serverless:start --help` I get back a lot of options like: ``` -c, --config=config [default: .twilio-functions] Location of the config file. Absolute path or relative to current...

When I remove a function and re-deploy, the old functions continue to exist on Twilio, and there doesn't seem to be a UI in the Twilio dashboard to remove a...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...