deploy-cdk-stack
Installation
SKILL.md
Deploy CDK Stack
Only execute when explicitly asked to "please deploy".
Prerequisites
aws sts get-caller-identity # AWS credentials configured
docker ps # Docker running
cd backend && npm ci && npm run prisma:generate && npm run build # Backend built
cd ../cdk && npm ci # CDK dependencies installed