'Lambda console not opening function with :live alias by default
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?
Solution 1:[1]
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:
- Visit AWS Console
- Go to Lambda Homepage
- Search for the function and go to the function homepage
- Below the function overview box, there are tabs. Go to Aliases tab
- Click on the
livealias - You should see your triggers on the alias.
Attached screenshots.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |




