By introducing the SQS queue in front of Lambda, you create an asynchronous connection between the API request and Lambda.
Twilio DTMF echo problem
Set in configuration fakeLocalDTMF:true Update sound object in configuration file for the fake DTMF Here’s how to set it straight
Twilio reduce Flex Bundle Size
Develop a Symfony App Using Svelte and Webpack Encore to Manage Your Twilio Message History Talked about using webpack split
Twilio Resource Limits
Plugins 25 per account Plugin versions 500 per account Plugin package size 10MB https://www.twilio.com/docs/flex/developer/plugins/plugins-resource-limits
Lambda event source filter pattern
Using serverless framework: Very good blog with examples emailUsersWhenJobComplete: handler: src/emailUsersWhenJobComplete.handler events: – stream: type: dynamodb arn: ${construct:batchJobs.tableStreamArn} filterPatterns: –
Cloudformation issues encountered
The event source and function provided mapping already exists. Please update or delete the existing mapping with UUID Add an
Lambda layer
AWS blank nodejs lambda lambda layer documentation A Lambda layer is a .zip file archive that contains supplementary code or
Accepting API keys as a query string in Amazon API Gateway
Amazon blog This blog explains how to build an API Gateway REST API that temporarily accepts API keys as query
Accessing Local Devices through Browser
Chrome – WebRTC media-devices //Query Media Devices async function getConnectedDevices(type) { const devices = await navigator.mediaDevices.enumerateDevices(); return devices.filter(device => device.kind
AWS Firehose to S3 Prefix
https://github.com/aws-samples/aws-blog-firehose-custom-prefixes-for-s3-objects Destination configuration default Intermediate S3 prefix (Optional) To use the default prefix for Amazon S3 objects, leave this option