Отладка Pulumi TypeScript для AWS-инфраструктуры

★ 8.0 · vibe-coding

pulumi-troubleshooting is a Claude Code skill that provides a comprehensive guide to fixing common Pulumi TypeScript errors and infrastructure issues. It covers type inference failures with Output<T>, illegal export statements inside conditional blocks, stack configuration errors, and nested Output unwrapping patterns using .apply(), pulumi.all(), and pulumi.interpolate. Practical sections address AWS Beanstalk environment variable serialization, ACM certificate validation with Route 53, and GitHub Actions setup using pulumi/actions@v5. A pre-deploy checklist and cost comparison — Beanstalk on t3.micro at ~$32/month versus ECS Fargate at ~$126/month — make it useful for teams debugging infrastructure code and optimizing cloud spend.