OpenClaw на бессерверной инфраструктуре AWS

vibe-coding

serverless-openclaw is a Claude Code skill that guides deploying OpenClaw on AWS serverless infrastructure and covers the full development lifecycle — architecture, deployment, Lambda migration, cost optimization, and security hardening. The project is in Alpha status and intended for development and testing only. The stack is built with AWS CDK (TypeScript) and uses dual compute: Lambda Container Image (1.35s cold start, zero idle cost) or ECS Fargate Spot as a fallback, with API Gateway, DynamoDB, S3, and AWS Cognito for JWT authentication. The entire infrastructure deploys via a single `cdk deploy` command, targeting under $1–2/month for personal use. Skill patterns address solo-maintainer workflows: predictive EventBridge-based container pre-warming, Telegram bot integration, and a React SPA hosted on S3 + CloudFront.