https://www.twilio.com/docs/taskrouter/api/task Use evaluateTaskAttributes:`channelSid==’CHXXXXX’` Then look at the return json “assignment_status”: “pending”<– it would be complete if task is finished
Author: Yvonne Lu
AWS Notes
lambda destination only works with async invoked lambda Example code of AWS elements (lambda, kinesis…etc) AWS JSON to YAML –
AWS Cloudformation
Stack: A stack is a collection of AWS resources that you can manage as a single unit. In other words,
Start A New Nodejs Program
mkdir program name npm init this will create package.json if using Git, install Git first before this step. Otherwise, package.json
Elastic Search Notes
Opensearch quickstart AWS Javascript sdk for opensearch client (v2 and v3) Mini beginner’s course Mini beginner’s course table of content
Snowflake Cheat Sheet
https://community.snowflake.com/s/article/COUNT-DISTINCT-and-NULLs To count multiple distinct columns where null is not a value in any of the columns: SELECT COUNT (DISTINCT
DynamoDB Scan Count
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html If the size of the Scan result set is larger than 1 MB, ScannedCount and Count represent only a partial count of the total items.
AWS Firehose Role
Firehose assume role How to resolve KMS access problem in firehose: go to kms console, find the key add role
Twilio Flex debugging
Using Chrome Debugger breakpoint in minified Javascript The Configuration Object is stored in Configuration REST API in its ui_attributes property.
Nodejs Notes
How to uninstall nodejs from mac use command which node to find where the node executable is Start a quick