Add Api Endpoint banner
awslabs awslabs

Add Api Endpoint

Development community

Description

# Add VAMS API Endpoint Scaffold a new VAMS backend API endpoint with all required files following the established gold standard patterns. This skill creates a complete, working endpoint with handler, models, CDK infrastructure, API routing, and tests. ## Instructions You are scaffolding a new VAMS API endpoint. The VAMS system follows a strict layered architecture: 1. **Backend handler** (Python Lambda) - Business logic 2. **Pydantic models** - Request/response validation 3. **CDK Lambda bu

Installation

Installs to ~/.claude/commands/awslabs-visual-asset-management-system-add-api-endpoint.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/awslabs/visual-asset-management-system/HEAD/.claude/commands/add-api-endpoint.md -o ~/.claude/commands/awslabs-visual-asset-management-system-add-api-endpoint.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository