{tn(
'successfully updated %s function',
'successfully updated %s functions',
successCount
)}
{tn(
'Failed to update %s function',
'Failed to update %s functions',
lambdaFunctionFailures.length
)}
{tct('See [link:Troubleshooting Docs]', {
link: ,
})}
{lambdaFunctionFailures.map(SingleFailure)}