Lambda Alias don't use "General configuration"

0

Hello,

When running the general lambda functions with a query, it works fine. However, the signal gets killed when running the same query with an alias version of the lambda functions. The "General configuration" isn't used for the alias, and the default time and memory are used. Is there a way to make the alias use the "General configuration", or is there a way to allocate more memory and time for the alias?

best regards, Markus Ekvall

feita há 2 anos349 visualizações
1 Resposta
0

I am not sure what you mean by:

  • running function with a query
  • signal gets killed
  • general configuration

However, I will try to answer what I think you mean. An alias is just a pointer to a specific function version. Each function version has its own code and configuration. Once a version is created, it is immutable, i.e., it can't be changed. If you need different configuration for a version, make the configuration changes and then publish the new version. Then you can point the alias to the new version and the new config will be used.

profile pictureAWS
ESPECIALISTA
Uri
respondido há 2 anos
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas