Closed
Description
serverless : 1.27.2
serverless-aws-alias : 1.7.0
After a fresh sls deploy
, or subsequent sls deploy --alias alias
, the aliases of my lambda functions don't have any Api Gateway trigger attached, nor any function policy. Those are attached only on my bare function without any identifier ($LATEST, or alias, or version number)
As a result, none of my Api Gateway resources are working, since they are referred to with the alias (MyProject-dev-myFunction:${stageVariables.SERVERLESS_ALIAS})
All the rest seems to be set up properly