I need to develop an iOS health care application with HIPAA compliance. Since the HIPAA compliance doesn't allow the use of any third party Chat SDKs, I need to implement the entire chat module including video conference using AWS services.
I have read about AWS CloudFront for media streaming. Can anyone suggest a better approach for this?
You can go for a serverless real-time chat application with AWS. You can create separate Lambda Functions as microservices for textual and video conferencing. Then configure these lambda functions to be triggered by CloudFront Events. You can also check which type of events are being triggered in CloudFront and perform the desired function.