Dominik Kundel
Dominik Kundel
I temporarily had to set the version of `@twilio-labs/serverless-runtime-types` to `2.1.0-rc.0` in order to avoid lerna to symlink the package inside `twilio-run`. After the deployment of `@twilio/[email protected]` we should adjust...
Version 1.x of `twilio-run` at one point introduced a bug through a downstream dependency that would create additional unnecessary resources upon every deploy if the project had more than 50...
Right now the two packages are fragmented but since serverless-runtime-types describes implementations that are dependent on which version of runtime-handler you are using we should probably merge the two. The...
In #290 we introduced a new `createTwilioRunCommand` class factory that is being used by the new env commands. We should use the same factory in all other commands to make...
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...
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
Right now if you create a template and then run immediately `deploy` the template might break. I think we can find ways to improve the experience here.
The PR of #115 introduced the capability to set custom template repo URLs and branches to improve the DX for people developing templates. The safeguards around it are limited at...