sam warnings for non existent layer

0

sam build is spitting out weird warnings

WARNING: No BuildArchitecture specifed in Layer `None` Metadata. Defaulting to x86_64.

This is happening only for sam versions 1.104 and above. I have no idea what this is referring to since it is specifying layer 'None' even when there is no layer in the application. My code still seems to work but this is concerning. Can't specify metadata for something that doesn't exist.

  • After further work checking my applications, this issue seems to be related to external layers (layers defined in a separate template.yaml file). However, the number of warnings is always greater than the number of Lambdas in my template.yaml file even if not all the functions use the external layer. The external layer is built with the BuildArchitecture defined.

preguntada hace 5 meses107 visualizaciones
2 Respuestas
0
profile picture
respondido hace 5 meses
profile picture
EXPERTO
revisado hace un mes
0

This warning is indicating that the SAM build process is unable to determine the architecture (x86_64) for one of the layers in your SAM application.

This can happen for a few reasons:

There may be a layer defined in your template that does not have the "Architecture" property specified. The SAM build needs this to know which architecture to use.

There could be a bug in newer versions of the SAM CLI where it is incorrectly reporting this warning even when all layers are properly defined. As Yusuf pointed out, this is the case: https://github.com/aws/aws-sam-cli/issues/6444

profile picture
EXPERTO
respondido hace un mes

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas