Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda with Python 3.13 runtime can't download #6076

Closed
formaxcn opened this issue Nov 21, 2024 · 1 comment · Fixed by #6082
Closed

Lambda with Python 3.13 runtime can't download #6076

formaxcn opened this issue Nov 21, 2024 · 1 comment · Fixed by #6082
Labels
bug We can reproduce the issue and confirmed it is a bug. lambda

Comments

@formaxcn
Copy link

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

  1. Log in to the AWS Management Console.
  2. Open the AWS Toolkit Explorer within Visual Studio Code.
  3. Navigate to the Lambda section.
  4. Select the specific Python3.13 runtime Lambda function I wish to download the code for.
  5. Right-click on the function's name to open the context menu.
  6. 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
@formaxcn formaxcn added the bug We can reproduce the issue and confirmed it is a bug. label Nov 21, 2024
jpinkney-aws pushed a commit that referenced this issue Nov 22, 2024
## 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
@roger-zhangg
Copy link
Member

roger-zhangg commented Nov 22, 2024

Hi @formaxcn thanks for reporting this issue ❤️ , this is now fixed in new release 3.35.0 Please try this version if it fixes the issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug We can reproduce the issue and confirmed it is a bug. lambda
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants