Basic Functionality Deal with Failure dynamoDB->lambda->cloudwatch aws-dynamodb-stream-lambda github sample code new item->dynamoDB->dynamoDB stream->lambda->sns New items dynamoDB stream to lambda tutorial
Author: Yvonne Lu
Twilio Debugger
webhook trigger for the debugger is set in console/monitor/logs/debugger/webhooks-trigger. Example blog on listening and retain debugger events via webhook. Twilio
Twilio Studio Flow Notes
Studio retains Execution logs for 30 days after Executions end. However, Executions that have not ended within 60 days of
Twilio Modify Chat Widget UI
Flex UI API Reference Configure WebChat UI Add/Remove UI Components Add a mute button to the main header example: Flex.MainHeader.Content.add(,
Twilio Web Chat
Although Twilio is planning on sunsetting the webchat interface in July 25, 2022 , webchat interface in Flex will continued to
Twilio Custom Task Channel
Task Channel Definition To add a custom channel, you need to make changes in the following places: Add a custom
DynamoDB Query
DynamoDB Class Definition DynamoDB query cheat sheet So, all the logical operations that Dynamo supports for a query operations EQ
Javascript object conversions
String to object const obj = JSON.parse(‘{“name”:”John”, “age”:30, “city”:”New York”}’); Copy object (not just put another pointer to it) let
Useful Linux Commands
Show all cron jobs: sudo crontab -l Schedule cron job: #Example of job definition: # .—————- minute (0 – 59)
Twilio CLI
After install, set up Twilio profile set TWILIO_ACCOUNT_SID=your Account SID from twil.io/console set TWILIO_AUTH_TOKEN=your Auth Token from twil.io/console twilio profiles:create