cdk-rest-api
Installation
SKILL.md
Purpose
Use this skill to design and implement CDK-based REST APIs on AWS in a way that fits the target repository.
This skill is about API and platform patterns, not database design. Persistence guidance in this skill stops at the boundary:
- route handlers and controllers should depend on repositories
- repositories should be aggregated behind one repository context when multiple repositories are used together
- business and domain layers should not construct datastore-specific requests directly
Portable references live in references/. Load only the patterns needed for the task: