"""General constants for lambda expiring_contracts functions.""" LAMBDA_NAME = 'expiring_contracts' SNS_ARN_SUBJECT = 'Contract(s) Expiring in 30 Days' SNS_MAIL_HEADER = ( 'Greetings,\n\n' 'The contracts for the following labels ' 'are set to expire in 30 days (no rollovers enabled):') SNS_MAIL_STR = ( '{company} (ID: {vendor_id}) \u2022 ' 'https://oa.theorchard.com/cont_mgmt/view_vendor.php' '?vendor_id={vendor_id}')