默认情况下,Lambda 控制台未使用 :live 别名打开函数

发布于 2025-01-16 22:55:02 字数 657 浏览 1 评论 0原文

背景:我在最新的 lambda 代码中设置了 SQS 触发器。在 CFN 模板中,此属性设置为 AutoPublishAlias: live

问题 当我从控制台打开 Lambda 函数时,它不显示 UI 中附加的触发器。 但是,如果我导航到 SQS 并从那里打开触发器(使用 View in Lambda 选项),它会使用 :live 别名打开 lambda 函数,现在我可以看到扳机。

问题:我很困惑为什么默认 lambda($LATEST) 没有显示触发器?

当我从 lambda 控制台的函数列表中打开函数当我从 SQS 控制台打开触发器-->在 Lambda 中查看

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?

When I open the function from functions list in lambda console
When I open the trigge from SQS console-->View in Lambda

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

碍人泪离人颜 2025-01-23 22:55:02

默认情况下,触发器不会显示在 lambda 函数主页/登陆页面上。它们显示在别名选项卡上。如果您想查看触发器,请执行以下操作:

  1. 访问 AWS 控制台
  2. 转至 Lambda 主页
  3. 搜索函数并转至函数主页
  4. 在函数概述框下方有一些选项卡。转到“别名”选项卡
  5. 单击“实时”别名
  6. 您应该会在别名上看到触发器。

附截图。

输入图片此处描述

在此处输入图像描述

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:

  1. Visit AWS Console
  2. Go to Lambda Homepage
  3. Search for the function and go to the function homepage
  4. Below the function overview box, there are tabs. Go to Aliases tab
  5. Click on the live alias
  6. You should see your triggers on the alias.

Attached screenshots.

enter image description here

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文