Using Console
Using CLI
<function-name>
with the name of the identified Lambda function and <timeout-value>
with the timeout value you want to set in seconds. For example, if you want to set the timeout to 5 minutes, you can set the <timeout-value>
to 300.<function-name>
with the name of the identified Lambda function. The output should include the timeout value you set in the previous step.Using Python