-
It would be great to provide some templating (as the Twilio Serverless CLI provide templates / scaffolding for functions). I created an example of that on https://github.com/vernig/plugin-twilio-infra…
-
`twilio serverless:promote --help` lists:
```
-f, --source-environment=source-environment SID or suffix of an existing environment you want to deploy from.
-f, --build-sid=build-sid …
-
## Background
Functions have a couple of oddities that can cause frustation for users. It would be useful if we can ship the Serverless Toolkit with a linter that helps customers avoid these during…
-
I have followed below steps to deploy sms plugin.
Please let me know if I need to perform additional steps to make it work.
Steps :
1. Modify appConfig.js file to set serviceBaseUrl (SSO url)
2.…
-
Hi there,
I found some problems when you try to instanciate the twillio classs
```
Error
Class 'Twilio\Rest\Client' not found
```
here is how i fix it:
```
-
Copying and pasting lots of similar MongoDB connect code in Twilio functions, figure out how to create shared library.
-
# Description
This is a full-stack issue, mobile and backend.
We need an AUTH between the Mobile app, Web, and Backend.
This can be done through OTP, JWT, Siwe message of an EVM wallet, or Sta…
-
I am trying to deploy the functions but with the twilio serverless:deploy command but the deployment does not finish successfully.
![image](https://github.com/rbangueses/conversation-history/assets/1…
-
I'm using Azure Functions on macOS to build a Twilio app and I run it using `func start` (Azure Functions CLI), with the following output
```
...
Functions:
IncomingMessage: [POST] http://loc…
-
Hello. Thanks for creating this repo. I'm trying to deploy this to our flex project but I am unable to get it working and I'm unsure if I'm deploying the plugin correctly.
Things I've tried are:
1…