https://github.com/quickstark https://github.com/TwilioDevEd/api-snippets https://github.com/twilio/flex-webchat-ui-sample https://github.com/orgs/twilio-contact-center/repositories https://www.twilio.com/labs https://hookdeck.com/guides/platforms/post/twilio-webhooks-features-and-best-practices-guide#twilio-webhooks-features https://github.com/twilio-professional-services/plugin-team-view-filters who hangs up first https://github.com/kaiquelupo/flex-conversations-hangup-by/blob/master/src/ConversationsHangupByPlugin.js using task_router, token, reservation create https://twilio.github.io/twilio-taskrouter.js/index.html Tutorials https://www.twilio.com/docs/tutorials?filter-language=Node
Twilio-X-Signature
Twilio-X-Signature is a hashed value derived from a specific set of data. They are almost always unique, unless the Auth
AWS Stream Batch Size and Batch Window
DynamicDB and Kinesis stream serverless settings Blog on parallel processing
Accessing AWS SQS
Both sls invoke and an http event are both synchronous calls so lambda invoked by a SQS event my be
AWS API
Calling a new API Gateway for lambda Create API key from console Require API key on a method Add Usage
AWS Lambda Functions
Documentation from serverless serverless pattern example code General Information By default, lambda execution time is up to 29 seconds invoked
Simple Async AWS Lambda Function Example
module.exports.handler = async event => { return event; } We want to ship this to an SQS queue onSuccess. give
AWS Event Source Mapping
Documentation Blog Example Yml: Type: AWS::Lambda::EventSourceMapping Properties: BatchSize: Integer BisectBatchOnFunctionError: Boolean DestinationConfig: DestinationConfig Enabled: Boolean EventSourceArn: String FunctionName: String FunctionResponseTypes:
AWS Kinesis
AWS research workshops What is Kinesis Amazon Kinesis is a managed, scalable, cloud-based service that allows real-time processing of streaming large amount
New AWS Serverless Repo
Commands to start a new AWS serverless repo and add nodejs template. This will generate serverless.yml and an initial lambda