"""General constants for encoding_route lambda functions.""" ENCODING_ROUTE_COMPLETE_STATUS = 'encoding_route_complete' ENCODING_ROUTE_ERROR_STATUS = 'encoding_route_error' UPLOAD_COMPLETE_STATUS = 'upload_complete' UPLOAD_ERROR_STATUS = 'upload_error'