Dominik Kundel
Dominik Kundel
Relevant update here. Since then we added support for E2E tests to the function-templates repo that can serve as inspiration for this work. https://github.com/twilio-labs/function-templates/commit/e9ac22a2d51b3a7744cb38624071aec0e58ad8a1
Hey @NReilingh! Yes you hit the combination of a couple of things here. Quick clarification question: Are you running the two commands directly after each other or is there a...
Thanks for your investigation @NReilingh! I'll look further into how we can get around this issue. And yes your interpretation is right you can use `--production` with `twilio-run deploy` it's...
What happens if we back off and then lots of logs (more than one page) get generated between the next poll. It doesn't look like we would currently fetch those...
You are correct that when you redeploy with the Function file removed that the Function Resource and previous versions will stick around. It won't be accessible anymore and it's not...
https://github.com/oclif/fancy-test might serve as inspiration for some of the testing scenarios.
This could be useful to verify project scaffolding functionality https://twitter.com/threepointone/status/1302691677749075970?s=21
Seems like there is a limit of 25 environments per service. So maybe we create a new environment for each PR. And then depending on whether we think it's realistic...
Building in [configure-env](https://github.com/twilio-labs/configure-env) should help here
This is definitely on the roadmap for post SIGNAL. Thanks for filing this.