You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Serverless Framework plugin to deploy to the Twilio Runtime
19
19
- define `TWILIO_ACCOUNT_SID` and `TWILIO_AUTH_TOKEN` as [environment vars](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html)
20
20
- run `serverless deploy` to deploy the service
21
21
- run `serverless invoke -f hello-world` to invoke the deployed `hello-world` function
22
-
- run `serverless info` to retreive information about your Twilio Runtime service
22
+
- run `serverless info` to retrieve information about your Twilio Runtime service
23
23
24
24
#### Minimal `serverless.yml` configuration
25
25
@@ -56,7 +56,7 @@ functions:
56
56
57
57
### Deploy, test, and diagnose your Twilio runtime
58
58
59
-
To deploy, you will need either some environment variables set or manually input the `accountSid` and `authToken` in the `provider.config` section of your `serverless.yml`. You can find the crednentials in [the Twilio Console](https://www.twilio.com/console/).
59
+
To deploy, you will need either some environment variables set or manually input the `accountSid` and `authToken` in the `provider.config` section of your `serverless.yml`. You can find the credentials in [the Twilio Console](https://www.twilio.com/console/).
60
60
61
61
```yaml
62
62
service: your-service # update this with your service name
@@ -107,7 +107,7 @@ provider:
107
107
environment: ${env:TWILIO_RUNTIME_ENV, 'dev'}
108
108
109
109
# Environment variables passed to your functions
110
-
# available in the Twilio runtim via `context` function parameter
110
+
# available in the Twilio runtime via `context` function parameter
0 commit comments