You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I define the stage with a variable the stage is added twice and the second add is erroneous because the variable is not mapped myLambda-myStage-${self:custom.stage}
Could you add the callstack (printed when SLS_DEBUG=* is set)?
The expectation here would be that the alias plugin creates a second stack (myLambda-myStage-myStage) that acts as the master alias stack.
It might be that the retrieval of the stage name does not cover the custom definition of a stage via variables. I will try to reproduce it, and check how and if the variable substitution is done in this case.
Hi there
if I define the stage with a variable the stage is added twice and the second add is erroneous because the variable is not mapped
myLambda-myStage-${self:custom.stage}
reproduce
in the created directory:
change serverless.yml to
then run commands
The output of the deploy step is
Best regards
The text was updated successfully, but these errors were encountered: