Imported from MeAkash77/SymptomSync-AI-Health-Management-Web-App (
aws/AGENTS.md). Install upstream withnpx skills add MeAkash77/SymptomSync-AI-Health-Management-Web-App --skill aws. Copyright stays with the author.
AWS Notes
- The CDK entrypoint is
bin/symptomsync.ts; the main stack islib/symptomsync-stack.js. - Lambda entry paths are repo-root-relative (
aws/lambda/...). - This stack includes Lambda
livealiases, CodeDeploy canaries, blue/green API Gateway stages, WAF, and the SSM parameter/symptomsync/active_stage. lambda/chatbotHandler.jsstill contains placeholder cloud configuration; verify intent before treating it as production-ready.
Validation
- Prefer
npx cdk synthwhen dependencies are available. - If rollout behavior changes, inspect
ansible/blue-green-rollout.ymland deployment docs in the same task.
Skills
- Use
$symptomsync-release-changefor infra or deploy work. - Use
$symptomsync-doc-syncwhen deployment docs must be updated too.