All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-update dependencies
-update dependencies
Implementation of Whatsapp Channel
- src/lambda/digitalChannelHealthCheck/lib/whatsapp.js to process WhatsApp webhook health check
- src/lambda/inboundMessageHandler/lib/handlers/whatsapp.js to process incoming WhatsApp messages
- src/lambda/outboundMessageHandler/lib/handlers/whatsapp.js to process outgoing WhatsApp messages
- lib/chat-message-streaming-examples-stack.ts to deploy infrastructure with WhatsApp support
- src/lambda/digitalChannelHealthCheck/index.js to provide WhatsApp webhook health check response
- src/lambda/inboundMessageHandler/index.js to add WhatsApp webhook for incoming messages
- src/lambda/inboundMessageHandler/lib/inboundHelper.js to add WhatsApp channel SNS mapping
- src/lambda/outboundMessageHandler/index.js to add WhatsApp channel support for outbound messaging
- redact.js to add in PII redaction functionality
- inboundHelper.js to add in logic for turning on redaction capabilities
- chat-message-streaming-examples-stack.ts to give permissions to Amazon Comprehend
- full-arch.png to include call to Amazon Comprehend