You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue where the option to download Lambda source code is disabled when the runtime is Python3.13.
Steps to Reproduce the Issue
Log in to the AWS Management Console.
Open the AWS Toolkit Explorer within Visual Studio Code.
Navigate to the Lambda section.
Select the specific Python3.13 runtime Lambda function I wish to download the code for.
Right-click on the function's name to open the context menu.
Observe that the "Download" option is disabled.
Expected Behavior
I expect to be able to download the code for the Lambda function, similar to how it is possible for other Python runtimes.
(Note: Changing the function's runtime back to Python 3.12 through the AWS Management Console resolved the issue, allowing me to download the code successfully.)
System Details
Operating System: Darwin arm64 23.6.0
Visual Studio Code Extension Host: 1.95.3
AWS Toolkit: 3.34.0
Node.js: 20.18.0
Electron: 32.2.1
The text was updated successfully, but these errors were encountered:
## Problem
closes: #6076
## Solution
Add support for python3.13 on SAM build/debug and toolkit features
If the underlying SAM CLI is showing error: python3.13 is not supported,
Please update your SAM CLI to 1.129.0
Problem
I am encountering an issue where the option to download Lambda source code is disabled when the runtime is Python3.13.
Steps to Reproduce the Issue
Expected Behavior
I expect to be able to download the code for the Lambda function, similar to how it is possible for other Python runtimes.
(Note: Changing the function's runtime back to Python 3.12 through the AWS Management Console resolved the issue, allowing me to download the code successfully.)
System Details
The text was updated successfully, but these errors were encountered: