英文: How to configure EventBridge Scheduled Rule to trigger my Lambda function dynamically? 问题 我需要关于一...
AWS Lambda@Edge的费用是否额外计入CloudFront费用?
英文: Are AWS lambda@edge costs in addition to cloudfront? 问题 我们的AWS CloudFront成本非常高。有人建议,如果我们的一些请求由la...
如何在Lambda启动任务中设置间隔。
英文: how to set interval in lambda start job 问题 我有一个Lambda函数,用于停止一个运行中的作业并启动一个不同的Glue作业。它的代码如下: def l...
一个端点,多个Lambda函数?
英文: One endpoint, multiple lambdas? 问题 我们每天24小时通过端点接收大量数据,端点之后有一个Lambda函数执行其任务,然后将数据发送到S3。但我们希望有另一个L...
AWS SQS与其关联的Lambda之间的映射问题
英文: Mapping issue between AWS SQS and its linked Lambda 问题 背景: 我有一个具有以下签名的函数: public string Function...
Why do we need grantReadWriteData when I already attach a role to my lambda allowing all dynamoDB action?
英文: Why do we need grantReadWriteData when I already attach a role to my lambda allowing all dynamoD...
What is this terraform error trying to tell me about image configuration blocks in the AWS Lambda resource declaration using ECR images?
英文: What is this terraform error trying to tell me about image configuration blocks in the AWS Lambd...
在C#中从AWS Lambda调用SOAP服务。
英文: Call soap from aws lambda in C# 问题 我对无服务器 Lambda 函数还不太熟悉,但是我可以帮你翻译一下你的问题。 你想知道如何从 Lambda 函数中调用一个...
一些保存的跟踪 ID 在 AWS X-Ray 控制台中找不到。
英文: Some saved trace ids can not be found in aws xray console 问题 我正在使用aws_xray_sdk库来捕获追踪ID,然后将其保存在数据...
如何在同一个 Lambda 函数中使用四种不同的 HTTP 方法?
英文: How I can use 4 different http_methods in the same lambda function? 问题 这是您的代码的翻译部分: import json ...