Skip to content

Bug: Error: PythonPipBuilder:ResolveDependencies - {numpy==2.3.0(wheel)} #8101

@surenn

Description

@surenn

Description:

sam build returns this error

Steps to reproduce:

SAM CLI, version 1.123.0
python version 3.12
sam build (or sam build --use-container)

Observed result:

Fetching public.ecr.aws/sam/build-python3.12:latest-x86_64 Docker container image......
2025-06-13 08:31:26,375 | Mounting
/Users/surendranichenametla/Documents/workspace/oasis-dbt-analytics/aws_lambda/functions/layers as
/tmp/samcli/source:ro,delegated, inside runtime container
Using the request object from command line argument
Loading workflow module 'aws_lambda_builders.workflows'
Registering workflow 'CustomMakeBuilder' with capability 'Capability(language='provided', dependency_manager=None, application_framework=None)'
Registering workflow 'DotnetCliPackageBuilder' with capability 'Capability(language='dotnet', dependency_manager='cli-package', application_framework=None)'
Registering workflow 'GoModulesBuilder' with capability 'Capability(language='go', dependency_manager='modules', application_framework=None)'
Registering workflow 'JavaGradleWorkflow' with capability 'Capability(language='java', dependency_manager='gradle', application_framework=None)'
Registering workflow 'JavaMavenWorkflow' with capability 'Capability(language='java', dependency_manager='maven', application_framework=None)'
Registering workflow 'NodejsNpmBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm', application_framework=None)'
Registering workflow 'NodejsNpmEsbuildBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm-esbuild', application_framework=None)'
Registering workflow 'PythonPipBuilder' with capability 'Capability(language='python', dependency_manager='pip', application_framework=None)'
Registering workflow 'RubyBundlerBuilder' with capability 'Capability(language='ruby', dependency_manager='bundler', application_framework=None)'
Registering workflow 'RustCargoLambdaBuilder' with capability 'Capability(language='rust', dependency_manager='cargo', application_framework=None)'
Found workflow 'PythonPipBuilder' to support capabilities 'Capability(language='python', dependency_manager='pip', application_framework=None)'
Running workflow 'PythonPipBuilder'
Running PythonPipBuilder:ResolveDependencies
calling pip download -r /tmp/samcli/source/requirements.txt --dest /tmp/samcli/scratch --exists-action i
pip stdout: b'Collecting boto3==1.34.90 (from -r /tmp/samcli/source/requirements.txt (line 1))\n Downloading boto3-1.34.90-py3-none-any.whl.metadata (6.6 kB)\nCollecting botocore==1.34.162 (from -r /tmp/samcli/source/requirements.txt (line 2))\n Downloading botocore-1.34.162-py3-none-any.whl.metadata (5.7 kB)\nCollecting DateTime==5.4 (from -r /tmp/samcli/source/requirements.txt (line 3))\n Downloading DateTime-5.4-py3-none-any.whl.metadata (33 kB)\nCollecting python-dateutil==2.8.2 (from -r /tmp/samcli/source/requirements.txt (line 4))\n Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB)\nCollecting pytz==2024.1 (from -r /tmp/samcli/source/requirements.txt (line 5))\n Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)\nCollecting pandas==2.2.2 (from -r /tmp/samcli/source/requirements.txt (line 6))\n Downloading pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB)\nCollecting openpyxl==3.1.2 (from -r /tmp/samcli/source/requirements.txt (line 7))\n Downloading openpyxl-3.1.2-py2.py3-none-any.whl.metadata (2.5 kB)\nCollecting requests==2.32.3 (from -r /tmp/samcli/source/requirements.txt (line 8))\n Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)\nCollecting jmespath<2.0.0,>=0.7.1 (from boto3==1.34.90->-r /tmp/samcli/source/requirements.txt (line 1))\n Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)\nCollecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.34.90->-r /tmp/samcli/source/requirements.txt (line 1))\n Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB)\nCollecting urllib3!=2.2.0,<3,>=1.25.4 (from botocore==1.34.162->-r /tmp/samcli/source/requirements.txt (line 2))\n Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB)\nCollecting zope.interface (from DateTime==5.4->-r /tmp/samcli/source/requirements.txt (line 3))\n Downloading zope.interface-7.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (44 kB)\nCollecting six>=1.5 (from python-dateutil==2.8.2->-r /tmp/samcli/source/requirements.txt (line 4))\n Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)\nCollecting numpy>=1.26.0 (from pandas==2.2.2->-r /tmp/samcli/source/requirements.txt (line 6))\n Downloading numpy-2.3.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (62 kB)\nCollecting tzdata>=2022.7 (from pandas==2.2.2->-r /tmp/samcli/source/requirements.txt (line 6))\n Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)\nCollecting et-xmlfile (from openpyxl==3.1.2->-r /tmp/samcli/source/requirements.txt (line 7))\n Downloading et_xmlfile-2.0.0-py3-none-any.whl.metadata (2.7 kB)\nCollecting charset-normalizer<4,>=2 (from requests==2.32.3->-r /tmp/samcli/source/requirements.txt (line 8))\n Downloading charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)\nCollecting idna<4,>=2.5 (from requests==2.32.3->-r /tmp/samcli/source/requirements.txt (line 8))\n Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)\nCollecting certifi>=2017.4.17 (from requests==2.32.3->-r /tmp/samcli/source/requirements.txt (line 8))\n Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB)\nCollecting setuptools (from zope.interface->DateTime==5.4->-r /tmp/samcli/source/requirements.txt (line 3))\n Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)\nDownloading boto3-1.34.90-py3-none-any.whl (139 kB)\nDownloading botocore-1.34.162-py3-none-any.whl (12.5 MB)\n \xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81 12.5/12.5 MB 15.5 MB/s eta 0:00:00\nDownloading DateTime-5.4-py3-none-any.whl (52 kB)\nDownloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)\nDownloading pytz-2024.1-py2.py3-none-any.whl (505 kB)\nDownloading pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB)\n \xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81 12.7/12.7 MB 16.9 MB/s eta 0:00:00\nDownloading openpyxl-3.1.2-py2.py3-none-any.whl (249 kB)\nDownloading requests-2.32.3-py3-none-any.whl (64 kB)\nDownloading certifi-2025.4.26-py3-none-any.whl (159 kB)\nDownloading charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148 kB)\nDownloading idna-3.10-py3-none-any.whl (70 kB)\nDownloading jmespath-1.0.1-py3-none-any.whl (20 kB)\nDownloading numpy-2.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (16.6 MB)\n \xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81\xe2\x94\x81 16.6/16.6 MB 16.1 MB/s eta 0:00:00\nDownloading s3transfer-0.10.4-py3-none-any.whl (83 kB)\nDownloading six-1.17.0-py2.py3-none-any.whl (11 kB)\nDownloading tzdata-2025.2-py2.py3-none-any.whl (347 kB)\nDownloading urllib3-2.4.0-py3-none-any.whl (128 kB)\nDownloading et_xmlfile-2.0.0-py3-none-any.whl (18 kB)\nDownloading zope.interface-7.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (264 kB)\nUsing cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)\nSaved /tmp/samcli/scratch/boto3-1.34.90-py3-none-any.whl\nSaved /tmp/samcli/scratch/botocore-1.34.162-py3-none-any.whl\nSaved /tmp/samcli/scratch/DateTime-5.4-py3-none-any.whl\nSaved /tmp/samcli/scratch/python_dateutil-2.8.2-py2.py3-none-any.whl\nSaved /tmp/samcli/scratch/pytz-2024.1-py2.py3-none-any.whl\nSaved /tmp/samcli/scratch/pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\nSaved /tmp/samcli/scratch/openpyxl-3.1.2-py2.py3-none-any.whl\nSaved /tmp/samcli/scratch/requests-2.32.3-py3-none-any.whl\nSaved /tmp/samcli/scratch/certifi-2025.4.26-py3-none-any.whl\nSaved /tmp/samcli/scratch/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\nSaved /tmp/samcli/scratch/idna-3.10-py3-none-any.whl\nSaved /tmp/samcli/scratch/jmespath-1.0.1-py3-none-any.whl\nSaved /tmp/samcli/scratch/numpy-2.3.0-cp312-cp312-manylinux_2_28_x86_64.whl\nSaved /tmp/samcli/scratch/s3transfer-0.10.4-py3-none-any.whl\nSaved /tmp/samcli/scratch/six-1.17.0-py2.py3-none-any.whl\nSaved /tmp/samcli/scratch/tzdata-2025.2-py2.py3-none-any.whl\nSaved /tmp/samcli/scratch/urllib3-2.4.0-py3-none-any.whl\nSaved /tmp/samcli/scratch/et_xmlfile-2.0.0-py3-none-any.whl\nSaved /tmp/samcli/scratch/zope.interface-7.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl\nSaved /tmp/samcli/scratch/setuptools-80.9.0-py3-none-any.whl\nSuccessfully downloaded boto3 botocore DateTime python-dateutil pytz pandas openpyxl requests certifi charset-normalizer idna jmespath numpy s3transfer six tzdata urllib3 et-xmlfile zope.interface setuptools\n'
pip stderr: b"WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.\nPlease see pypa/pip#5599 for advice on fixing the underlying issue.\nTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.\n\n[notice] A new release of pip is available: 24.3.1 -> 25.1.1\n[notice] To update, run: pip install --upgrade pip\n"
Full dependency closure: {numpy==2.3.0(wheel), pytz==2024.1(wheel), tzdata==2025.2(wheel), requests==2.32.3(wheel), pandas==2.2.2(wheel), jmespath==1.0.1(wheel), boto3==1.34.90(wheel), idna==3.10(wheel), et-xmlfile==2.0.0(wheel), openpyxl==3.1.2(wheel), charset-normalizer==3.4.2(wheel), s3transfer==0.10.4(wheel), certifi==2025.4.26(wheel), python-dateutil==2.8.2(wheel), zope-interface==7.2(wheel), botocore==1.34.162(wheel), six==1.17.0(wheel), setuptools==80.9.0(wheel), datetime==5.4(wheel), urllib3==2.4.0(wheel)}
initial compatible: {pytz==2024.1(wheel), tzdata==2025.2(wheel), requests==2.32.3(wheel), pandas==2.2.2(wheel), jmespath==1.0.1(wheel), boto3==1.34.90(wheel), idna==3.10(wheel), et-xmlfile==2.0.0(wheel), openpyxl==3.1.2(wheel), charset-normalizer==3.4.2(wheel), s3transfer==0.10.4(wheel), certifi==2025.4.26(wheel), python-dateutil==2.8.2(wheel), zope-interface==7.2(wheel), botocore==1.34.162(wheel), six==1.17.0(wheel), setuptools==80.9.0(wheel), datetime==5.4(wheel), urllib3==2.4.0(wheel)}
initial incompatible: {numpy==2.3.0(wheel)}
Downloading missing wheels: {numpy==2.3.0(wheel)}
calling pip download --only-binary=:all: --no-deps --platform manylinux2014_x86_64 --implementation cp --abi cp312 --dest /tmp/samcli/scratch numpy==2.3.0
pip stdout: b''
pip stderr: b"WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.\nPlease see pypa/pip#5599 for advice on fixing the underlying issue.\nTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.\nERROR: Could not find a version that satisfies the requirement numpy==2.3.0 (from versions: 1.26.0, 1.26.1, 1.26.2, 1.26.3, 1.26.4, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0rc1, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6)\n\n[notice] A new release of pip is available: 24.3.1 -> 25.1.1\n[notice] To update, run: pip install --upgrade pip\nERROR: No matching distribution found for numpy==2.3.0\n"
compatible wheels after second download pass: {pytz==2024.1(wheel), tzdata==2025.2(wheel), requests==2.32.3(wheel), pandas==2.2.2(wheel), jmespath==1.0.1(wheel), boto3==1.34.90(wheel), idna==3.10(wheel), et-xmlfile==2.0.0(wheel), openpyxl==3.1.2(wheel), charset-normalizer==3.4.2(wheel), s3transfer==0.10.4(wheel), certifi==2025.4.26(wheel), python-dateutil==2.8.2(wheel), zope-interface==7.2(wheel), botocore==1.34.162(wheel), six==1.17.0(wheel), setuptools==80.9.0(wheel), datetime==5.4(wheel), urllib3==2.4.0(wheel)}
Build missing wheels from sdists (C compiling True): set()
compatible after building wheels (no C compiling): {pytz==2024.1(wheel), tzdata==2025.2(wheel), requests==2.32.3(wheel), pandas==2.2.2(wheel), jmespath==1.0.1(wheel), boto3==1.34.90(wheel), idna==3.10(wheel), et-xmlfile==2.0.0(wheel), openpyxl==3.1.2(wheel), charset-normalizer==3.4.2(wheel), s3transfer==0.10.4(wheel), certifi==2025.4.26(wheel), python-dateutil==2.8.2(wheel), zope-interface==7.2(wheel), botocore==1.34.162(wheel), six==1.17.0(wheel), setuptools==80.9.0(wheel), datetime==5.4(wheel), urllib3==2.4.0(wheel)}
Build missing wheels from sdists (C compiling False): set()
compatible after building wheels (C compiling): {pytz==2024.1(wheel), tzdata==2025.2(wheel), requests==2.32.3(wheel), pandas==2.2.2(wheel), jmespath==1.0.1(wheel), boto3==1.34.90(wheel), idna==3.10(wheel), et-xmlfile==2.0.0(wheel), openpyxl==3.1.2(wheel), charset-normalizer==3.4.2(wheel), s3transfer==0.10.4(wheel), certifi==2025.4.26(wheel), python-dateutil==2.8.2(wheel), zope-interface==7.2(wheel), botocore==1.34.162(wheel), six==1.17.0(wheel), setuptools==80.9.0(wheel), datetime==5.4(wheel), urllib3==2.4.0(wheel)}
Final compatible: {idna==3.10(wheel), et-xmlfile==2.0.0(wheel), pytz==2024.1(wheel), openpyxl==3.1.2(wheel), charset-normalizer==3.4.2(wheel), s3transfer==0.10.4(wheel), urllib3==2.4.0(wheel), tzdata==2025.2(wheel), requests==2.32.3(wheel), certifi==2025.4.26(wheel), python-dateutil==2.8.2(wheel), zope-interface==7.2(wheel), botocore==1.34.162(wheel), six==1.17.0(wheel), setuptools==80.9.0(wheel), pandas==2.2.2(wheel), datetime==5.4(wheel), jmespath==1.0.1(wheel), boto3==1.34.90(wheel)}
Final incompatible: {numpy==2.3.0(wheel)}
Final missing wheels: {numpy==2.3.0(wheel)}
PythonPipBuilder:ResolveDependencies failed
Traceback (most recent call last):
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/actions.py", line 71, in execute
package_builder.build_dependencies(
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/packager.py", line 158, in build_dependencies
self._dependency_builder.build_site_packages(requirements_path, artifacts_dir_path, scratch_dir_path)
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/packager.py", line 266, in build_site_packages
raise MissingDependencyError(packages_without_wheels)
aws_lambda_builders.workflows.python_pip.packager.MissingDependencyError: {numpy==2.3.0(wheel)}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflow.py", line 374, in run
action.execute()
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/actions.py", line 77, in execute
raise ActionFailedError(str(ex))
aws_lambda_builders.actions.ActionFailedError: {numpy==2.3.0(wheel)}
Builder workflow failed
Traceback (most recent call last):
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/actions.py", line 71, in execute
package_builder.build_dependencies(
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/packager.py", line 158, in build_dependencies
self._dependency_builder.build_site_packages(requirements_path, artifacts_dir_path, scratch_dir_path)
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/packager.py", line 266, in build_site_packages
raise MissingDependencyError(packages_without_wheels)
aws_lambda_builders.workflows.python_pip.packager.MissingDependencyError: {numpy==2.3.0(wheel)}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflow.py", line 374, in run
action.execute()
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflows/python_pip/actions.py", line 77, in execute
raise ActionFailedError(str(ex))
aws_lambda_builders.actions.ActionFailedError: {numpy==2.3.0(wheel)}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/main.py", line 117, in main
builder.build(
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/builder.py", line 172, in build
return workflow.run()
^^^^^^^^^^^^^^
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflow.py", line 116, in wrapper
func(self, *args, **kwargs)
File "/usr/local/opt/lambda-builders/lib/python3.12/site-packages/aws_lambda_builders/workflow.py", line 381, in run
raise WorkflowFailedError(workflow_name=self.NAME, action_name=action.NAME, reason=str(ex))
aws_lambda_builders.exceptions.WorkflowFailedError: PythonPipBuilder:ResolveDependencies - {numpy==2.3.0(wheel)}
2025-06-13 08:31:35,110 | Build inside container returned response {"jsonrpc": "2.0", "id": 1, "error": {"code": 400,
"message": "PythonPipBuilder:ResolveDependencies - {numpy==2.3.0(wheel)}"}}
2025-06-13 08:31:35,316 | Exception raised during the execution

Build Failed

Expected result:

sam build succeed

Additional environment details (Ex: Windows, Mac, Amazon Linux etc)

  1. OS:
  2. sam --version: SAM CLI, version 1.123.0
  3. AWS region: us-east-1
# Paste the output of `sam --info` here

{
"version": "1.123.0",
"system": {
"python": "3.8.13",
"os": "macOS-15.5-arm64-arm-64bit"
},
"additional_dependencies": {
"docker_engine": "27.4.0",
"aws_cdk": "Not available",
"terraform": "Not available"
},
"available_beta_feature_env_vars": [
"SAM_CLI_BETA_FEATURES",
"SAM_CLI_BETA_BUILD_PERFORMANCE",
"SAM_CLI_BETA_TERRAFORM_SUPPORT",
"SAM_CLI_BETA_RUST_CARGO_LAMBDA"
]
}

Add --debug flag to command you are running

Metadata

Metadata

Assignees

No one assigned

    Labels

    stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions