You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(terraform): add claude-agent-sdk input validation and CLAUDE_CODE_USE_BEDROCK env var
- Add precondition to prevent zip deployment with claude-agent-sdk patterns
- Add conditional CLAUDE_CODE_USE_BEDROCK=1 environment variable
- Add is_claude_agent_sdk local flag
Mirrors CDK backend-stack.ts changes from PR awslabs#45.
error_message="claude-agent-sdk patterns require Docker deployment (backend_deployment_type = \"docker\") because they need Node.js and the claude-code CLI installed at build time."
0 commit comments