pub type AwsError = Box<dyn Error + Send + Sync + 'static>;
A very generic error type that the deployment system will accept as a return type.
pub struct AwsError(/* private fields */);