简体   繁体   English

为什么我在创建 AWS Lambda function 后看不到编辑内联代码和处理程序信息的选项

[英]why I can't see the option to edit code inline and handler Info on after creating the AWS Lambda function

These the things that I can see after creating the lambda function. If I tried to edit the code then that is not reflected after testing the lambda function because the code action is not in edit Inline mode and save button is also not visible.这些是我在创建 lambda function 后可以看到的东西。如果我尝试编辑代码,那么在测试 lambda function 后不会反映出来,因为代码操作未处于编辑内联模式并且保存按钮也不可见。

This is how lambda function Console is looking这就是 lambda function 控制台的样子

There are two usual causes for that:通常有两个原因:

  1. You are looking at specific lambda version .您正在查看特定的lambda 版本 Lambda versions are immutable and can't be changed. Lambda 版本是不可变的,无法更改。
  2. You are not deploying your changes.没有部署更改。 In the new UI, there is no 'Save' button.在新的 UI 中,没有“保存”按钮。 Instead there is orange Deploy button.取而代之的是橙色的Deploy按钮。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS Lex 机器人在 lex 机器人的履行部分调用 lambda function,我看不到可以调用 lambda function 的地方 - AWS Lex bot calling a lambda function in fulfilment section of the lex bot, I don't see a place to call the lambda function AWS Lambda - 无法在 lambda 函数中获取 Cognito 用户数据 - AWS Lambda - Can't get Cognito user data in lambda function 为什么 VPC 中公共 su.net 内的 AWS lambda function 无法连接到 inte.net? - Why can't an AWS lambda function inside a public subnet in a VPC connect to the internet? AWS Golang Lambda 处理程序 function 未被调用 - AWS Golang Lambda handler function not getting called 如何使用 AWS CLI 创建 AWS Lambda 函数? - How can I create an AWS Lambda function using the AWS CLI? 如何使用 java 代码调用在 SAM localhost:3001 上运行的 AWS lambda function - How can I invoke a AWS lambda function running on SAM localhost:3001 using java code 如何在 AWS Lambda 上部署此代码并生成 csv? - How can I deploy this code on AWS Lambda and generate a csv? 为什么我在 cloudwatch 中看不到 lambda 的打印和日志,重复调用 function? - why cant i see prints and logs from lambda in cloudwatch , the function is invoked repeatedly? 在 lambda 超时之前,如何为运行时间更长的进程返回对 AWS lambda function 的响应? - How can I return a response to an AWS lambda function for a longer running process before lambda times out? 无服务器:无法使用部署命令在 AWS 上加载 lambda 函数 - Serverless: can't load lambda function on the AWS using deploy comand
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM