gpt4 book ai didi

aws-lambda - Cloudformation 上的 AWS JAVA LAMBDA

转载 作者:行者123 更新时间:2023-12-03 07:47:50 25 4
gpt4 key购买 nike

我尝试通过 CF 创建一个空的 Lambda,但总是看到此错误:资源 ldocarchiverLambda 的属性验证失败,消息为:#/Code:预期类型:JSONObject,发现:字符串

我的 Lambda 看起来是这样,这里出了什么问题?

enter image description here

最佳答案

使用CloudFormation时,请花点时间查看the documentation .

您提供给Code的结构如下所示:

JSON

{
"ImageUri" : String,
"S3Bucket" : String,
"S3Key" : String,
"S3ObjectVersion" : String,
"ZipFile" : String
}

YAML

  ImageUri: String
S3Bucket: String
S3Key: String
S3ObjectVersion: String
ZipFile: String

您没有提供本地文件的直接路径。在您的情况下,您需要使用 ZipFile 属性。

关于aws-lambda - Cloudformation 上的 AWS JAVA LAMBDA,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73163523/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com