"""General constants for ffmpeg-encoder lambda functions.""" LAMBDA_NAME = 'ffmpeg-encoder' ENCODING_COMPLETE_STATUS = 'encoding_complete' ENCODING__ERROR_STATUS = 'encoding_error'