MCPcopy 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
3class Messenger {
4 constructor(client) {
5 this.client = client;
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected