Skip to content

Latest commit

 

History

History
175 lines (137 loc) · 11.6 KB

File metadata and controls

175 lines (137 loc) · 11.6 KB

Serverless Multi-Channel Solution for Application-to-Person Alerts

This CDK sample deploys a multi-channel Application-to-Person alerting system for hospital staff that takes a clinician's contact preferences into account based on the message's severity level. Amazon API Gateway acts as the front-door, while the processing and message publication are handled by AWS Lambda using a synchronous invocation pattern. The infrastructure is deployed using the AWS Cloud Development Kit (CDK) in TypeScript, while the Lambda functions are written in Python.

⚠️ Precautions ⚠️
The code provided in this repository is a sample and should not be used for production workloads without further reviews and adaptation.

Table of Contents