Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/serverless/examples
/
Class
aws-node-twilio-send-text-message/messenger.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
class
Messenger {
4
constructor(client) {
5
this.client = client;
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected