Skip to content
Skillv1.0.0

aws

AWS Notes

by hoangsonww(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from hoangsonww/SymptomSync-Health-App (aws/AGENTS.md). Install upstream with npx skills add hoangsonww/SymptomSync-Health-App --skill aws. Copyright stays with the author.

AWS Notes

  • The CDK entrypoint is bin/symptomsync.ts; the main stack is lib/symptomsync-stack.js.
  • Lambda entry paths are repo-root-relative (aws/lambda/...).
  • This stack includes Lambda live aliases, CodeDeploy canaries, blue/green API Gateway stages, WAF, and the SSM parameter /symptomsync/active_stage.
  • lambda/chatbotHandler.js still contains placeholder cloud configuration; verify intent before treating it as production-ready.

Validation

  • Prefer npx cdk synth when dependencies are available.
  • If rollout behavior changes, inspect ansible/blue-green-rollout.yml and deployment docs in the same task.

Skills

  • Use $symptomsync-release-change for infra or deploy work.
  • Use $symptomsync-doc-sync when deployment docs must be updated too.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/hoangsonww-symptomsync-health-app-aws/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

hoangsonww-symptomsync-health-app-aws.ocm.jsonjson
{
  "ocm": "1",
  "id": "hoangsonww-symptomsync-health-app-aws",
  "kind": "skill",
  "name": "aws",
  "description": "AWS Notes",
  "publisher": "hoangsonww",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AWS Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/hoangsonww/SymptomSync-Health-App",
      "path": "aws/AGENTS.md",
      "ref": "762433adc5b52bc5d55d0986254910eba500f9d5",
      "url": "https://github.com/hoangsonww/SymptomSync-Health-App/blob/762433adc5b52bc5d55d0986254910eba500f9d5/aws/AGENTS.md",
      "key": "hoangsonww/SymptomSync-Health-App/aws/AGENTS.md"
    }
  },
  "instructions": "# AWS Notes\n\n- The CDK entrypoint is `bin/symptomsync.ts`; the main stack is `lib/symptomsync-stack.js`.\n- Lambda entry paths are repo-root-relative (`aws/lambda/...`).\n- This stack includes Lambda `live` aliases, CodeDeploy canaries, blue/green API Gateway stages, WAF, and the SSM parameter `/symptomsync/active_stage`.\n- `lambda/chatbotHandler.js` still contains placeholder cloud configuration; verify intent before treating it as production-ready.\n\n## Validation\n\n- Prefer `npx cdk synth` when dependencies are available.\n- If rollout behavior changes, inspect `ansible/blue-green-rollout.yml` a",
  "cost": {
    "context_tokens": 195
  }
}

Fetch it by URL: GET /api/v1/registry/hoangsonww-symptomsync-health-app-aws/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.