Background: I have set a SQS trigger in the latest lambda code. In CFN template, this property is set AutoPublishAlias: live
Problem When I open Lambda function from the console, it doesn't show the trigger attached in UI.
However, if I navigate to SQS and open the trigger from there(using View in Lambda option), it opens the lambda function with :live
alias and now i can see the trigger.
Question: I am confused why default lambda($LATEST) is not showing the trigger?
Triggers are not shown by default on the lambda function homepage/landing page. They show up on the Aliases
tab. If you want to see the triggers, do the following:
live
aliasAttached screenshots.