Tag: consistency

Error-prone AWS IAM policy creation

Manually creating text-based IAM policies is error-prone.

Do not catch and throw exception

Do not catch and throw the same exception.

Improperly formatted string arguments

Format strings appropriately for their argument types. For example, use %d, not %s, for integers.