Serverless Framework — управление бессерверной инфраструктурой

integrations

Serverless is a Claude Code skill that connects the development environment to the Serverless Framework via the Membrane CLI, enabling management of serverless infrastructure without manually handling servers. The skill covers a wide range of resource types — AWS Lambda functions, deployments, queues, buckets, tables, API Gateway, roles, policies, VPCs, secrets, certificates, and many more. Membrane handles authentication and credential refresh automatically: run `membrane connection ensure` to establish a connection, then discover available operations with `membrane action list` or execute them via `membrane action run`. For cases not covered by built-in actions, a proxy request to the Serverless API is available with automatic auth header injection. The skill is aimed at developers and teams who want to automate serverless application management directly from Claude Code.