简体   繁体   English

如何编辑已创建的aws lambda函数的区域?

[英]How can I edit the region of an aws lambda function already created?

I have created a lambda function via the web console and when I try to setup the trigger S3 using my bucket I got this error: 我已经通过Web控制台创建了一个lambda函数,当我尝试使用我的存储桶设置触发器S3时出现此错误:

在此输入图像描述

Is obvious that I need to change the region because my bucket is on "us-west-2" and the function is on "us-east-1" but this is the thing: 很明显,我需要更改区域,因为我的存储桶位于“us-west-2”,功能位于“us-east-1”,但这是事情:

In the creation process I did not see an option to select the region for the function and in edition mode I have checked all places searching an option to update the region but I could not find it. 在创建过程中,我没有看到选择功能区域的选项,在编辑模式下,我检查了所有搜索选项的地方以更新区域,但我找不到它。

What I am missing? 我错过了什么?

Like Mark B said in comments. 就像马克B在评论中说的那样。 You need to select the region before to create the function. 您需要在创建函数之前选择区域。

On the AWS Lambda "admin home" page there is a dropdown 在AWS Lambda“admin home”页面上有一个下拉列表 在此输入图像描述

暂无
暂无

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

相关问题 如何将 AWS 区域传递给 lambda 函数? - How to pass AWS Region to lambda function? 即使 s3 在另一个区域,我如何使用其他区域的 lambda 访问 AWS athena? - how can I accesses AWS athena with lambda of other region even s3 is in another region? 如何证明指定AWS区域中的数据实际上在该区域中? - How can I certify that the data in a specified AWS region is actually in that region? 如何使用NodeJS改善AWS Lambda函数的性能? - How can I improve the performance of an AWS Lambda Function with NodeJS? 如何为使用 CloudFormation 模板创建的 AWS Lambda function 添加触发器? - How to add triggers for a AWS Lambda function created using a CloudFormation template? 在 lambda 超时之前,如何为运行时间更长的进程返回对 AWS lambda function 的响应? - How can I return a response to an AWS lambda function for a longer running process before lambda times out? 如何在使用 Amplify 创建的 AWS lambda function 上使用 chrome-aws-lambda - How to use chrome-aws-lambda on a AWS lambda function created with Amplify 将文件上传到AWS-S3时,如果存储桶中已存在对象密钥,lambda函数如何拒绝PutObject操作? - When uploading a file to AWS-S3, how can a lambda function deny a PutObject operation if the object key already exists in the bucket? 如何使用 aws 将用户路由到特定区域? - How can i route users to a specific region using aws? 如何确定公共 AWS S3 存储桶的区域? - How can I determine the region for a public AWS S3 bucket?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM