aws / aws/aws-lambda-builders

SAM build continually updates Lambda Tools

Abierto
#347 8 comentarios 3 reacciones 0 asignados Ver en GitHub
area/workflow/dotnet_clipackage stage/pr type/feature
Lenguaje dominante
Python
Estrellas
381
Forks
162
Merge medio
1 d 1 h
PR fusionados (30 d)
2

Descripción

**Description:**
Hello AWS, is there a way to disable sam build from trying to update the lambda tools? I have the latest installed and it continually tries to upgrade them but this takes several minutes each sam build. You can see in the log below that it says it is successful in the upgrade but when I run sam build again, it again upgrades the tools (to the same version). This is causing significant development delays in my workflow so I was wondering if there is a way to disable this feature?

Installing Amazon.Lambda.Tools Global Tool
2022-03-18 09:28:12,947 | executing dotnet: ['dotnet', 'tool', 'install', '-g', 'Amazon.Lambda.Tools', '--ignore-failed-sources']
2022-03-18 09:28:13,170 |
2022-03-18 09:28:13,170 | Error installing probably due to already installed. Attempt to update to latest version.
2022-03-18 09:28:13,170 | executing dotnet: ['dotnet', 'tool', 'update', '-g', 'Amazon.Lambda.Tools', '--ignore-failed-sources']
2022-03-18 09:30:49,724 | Tool 'amazon.lambda.tools' was reinstalled with the latest stable version (version '5.3.0').
2022-03-18 09:30:49,724 | DotnetCliPackageBuilder:GlobalToolInstall succeeded

As a side note, I have uninstalled and reinstalled the tools several times with dotnet tools directly which doesn't seem to fix the issue.

SAM build continually upgrades the AWS Lambda Tools and doesn't recognize that it has installed the latest already.

**Steps to reproduce the issue:**
1. sam build

**Observed result:**
SAM doesn't detect the latest version of lambda tools is already installed in the global space
**Expected result:**
SAM should not try to upgrade the tools when it is already running the latest.

**Additional environment details (Ex: Windows, Mac, Amazon Linux etc)**
Osx, SAM CLI version 1.40.1

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Empieza reproduciendo el problema con SAM CLI 1.40.1 usando sam build en OSX y, a continuación, sigue la ruta de instalación y actualización de Amazon.Lambda.Tools que se muestra en el registro. Se considera terminado cuando se reconoce una versión ya instalada, como 5.3.0, y sam build deja de actualizarla repetidamente en las compilaciones posteriores.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
aws
Área
build-system, cloud
Tipo de issue
Error
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.