Authentication
AWS Cognito handles sign-in. DiagnosisChat should not have a separate registration flow; it should accept Anonamed-linked members.
Cognito User Pool → Anonamed member identity → JWT → AppSync auth
This page gives developers the intended AWS integration points for authentication, real-time chat, storage, moderation, and medical-safe access control.
AWS Cognito handles sign-in. DiagnosisChat should not have a separate registration flow; it should accept Anonamed-linked members.
AWS AppSync GraphQL subscriptions for room/thread updates and live replies.
DynamoDB for rooms, threads, messages, users, moderation events, and reports.
S3 private bucket with signed upload URLs. No public medical files.
Lambda moderation pipeline scores every post before publish.
AWS WAF + rate limits to slow bots and commercial abuse.