Description
When agentcore deploy fails due to a CDK/CloudFormation error, the CLI shows a generic failure message with no guidance. Users must manually dig through CloudFormation logs to understand what went wrong.
Category
Bug
Steps to Reproduce
- Create a project with memory (or other resources)
- Run
agentcore deploy
- Wait for deployment to fail
- Observe the error message
Expected Behavior
The CLI should surface the specific CloudFormation error and provide actionable guidance on how to fix it.
Actual Behavior
The CLI shows a generic error. Users must manually inspect CloudFormation logs in the AWS console to diagnose the issue.
Acceptance Criteria