Changing a Lambda Runtime
- 1 day ago
- 1 min read
I received the following notice from AWS
We are contacting you as we have identified that your AWS Account currently has one or more AWS Lambda functions using the Python 3.8 runtime.
Support for Python 3.8 on Lambda ends on October 14, 2024, so let's change the runtime version.
How to change the runtime
Open the Functions page in the Lambda console.
Select the function you want to update and choose the Code tab.

Scroll down to the Runtime settings section below the code editor and choose Edit.

Under Runtime, select the runtime identifier you want to use.

Click Save.

When "The function was updated successfully" appears in the header area, the change is complete.
Don't forget to verify that the target function still works correctly on the runtime you changed to.
![[Deadline July 30, 2026] Several AWS Services Stop Accepting New Customers — The Full List and What to Check Now](https://static.wixstatic.com/media/5b7c68_472f115efd5641649ea3e9621d5d46b6~mv2.png/v1/fill/w_980,h_547,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/5b7c68_472f115efd5641649ea3e9621d5d46b6~mv2.png)


Comments