serverless-toolkit
serverless-toolkit copied to clipboard
CLI tool to develop, debug and deploy Twilio Functions
As part of the config update a few months ago I moved all flags into the same place and restructured some other parts but as a result a lot of...
This is a request for comment (RFC) about how we can improve testing for Twilio Functions. This is a proposal and all opinions are welcome. The design serves as an...
This is a placeholder for a discussion about how to share asset uploading code between plugins like the Asset plugin and the Flex CLI.
This issue is a bucket of ideas for the Assets plugin as I think of them. Please add other ideas. ## Asset permissions Initially all assets are uploaded as public....
Currently the logs command with `--tail` option keeps making requests to the logs endpoint at the rate of 1 request per second. There is also the ability to choose the...
This allows a user to provide a named tunnel and/or a custom ngrok config when starting `twilio-run` with the `--ngrok` flag. These options are complementary but also work individually, like...
The create-twilio-function project had CodeClimate enabled already. We should see how that works with monorepos.
The local dev screen could need a facelift as part of #22
When starting to test the support for protected functions, I expected that I would receive a 401 response when calling my protected function locally without a signature. I understand that...
I'm currently writing an automation shell script that buys a number, creates a sync service, and deploys a function. These deployed function should be used by the just bought number....