To result in a PROD1 stage, and the alexa event to be joined to it. However this is not the case.
Actual Behaviour
The alexa skill ID is associated to the lambda at the latest version only. This results in an error in the alexa console when I try to add :PROD1 in the Alexa "Endpoint" because the lambda version does not allow Alexa events.
Expected behaviour:
serverless.yaml
deployed with:
To result in a PROD1 stage, and the alexa event to be joined to it. However this is not the case.
Actual Behaviour
The alexa skill ID is associated to the lambda at the latest version only. This results in an error in the alexa console when I try to add:PROD1 in the Alexa "Endpoint" because the lambda version does not allow Alexa events.
Am I mis-configuring this or is this a bug?