Serverless Lambda API

Serverless/Lambda API standards — route-module structure (Hono or lambda-api style), Zod request validation, a VisibleError + centralized error-handler pattern, RFC-7807-style responses, the auth request-context singleton, and the add-model sentinel convention. Use this skill when writing or reviewing any serverless HTTP API code. Enforces the tenant-isolation rule: scope every read/write to the caller's org(s) from the auth context, never a body/path/query-supplied id.

rynhardt-potgieter e7d9a60 5.9 KB Updated

File contents

rynhardt-potgieter/sprint_workflow/tree/main/plugins/sprint-workflow/skills/serverless-lambda-api commit e7d9a6048a

Frequently asked questions

npx skillmds@latest add rynhardt-potgieter/serverless-lambda-api