aws / aws-sam-cli

CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
https://aws.amazon.com/serverless/sam/
Apache License 2.0
6.5k stars 1.17k forks source link

Cloudformation error messages are not possible to easily copy #3269

Open kaihendry opened 4 years ago

kaihendry commented 4 years ago

Usual development practice is to copy the error message and paste into Google.

The formatting of error messages from SAM makes this very painful to do so:

wrapped error message
qingchm commented 2 years ago

Currently the suggestion would be to copy the message from console to google it, I understand the frustration but this is a limitation of a CLI application. In order to get the deployment status easier to view (in a table format), this will always be the pain point.