amplify-backend
amplify-backend copied to clipboard
Sandbox should only throw CDK errors at debug level
Today, when a lower level error happens in sandbox the entire stack trace is exposed to the customer. We should capture lower level errors and only expose them on DEBUG level logging to keep default output clean and free from exposing our internal implementation details.
related to https://github.com/aws-amplify/samsara-cli/issues/447