You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provider/cmd/cf2pulumi/schema-full.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44953,7 +44953,7 @@
44953
44953
"description": "For versioned objects, the version of the deployment package object to use."
44954
44954
},
44955
44955
"zipFile": {
44956
-
"type": "string",
44956
+
"$ref": "pulumi.json#/Asset",
44957
44957
"description": "The source code of your Lambda function. If you include your function source inline with this parameter, AWS CloudFormation places it in a file named index and zips it to create a deployment package.."
Copy file name to clipboardExpand all lines: provider/cmd/pulumi-resource-aws-native/metadata.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45159,7 +45159,7 @@
45159
45159
"description": "For versioned objects, the version of the deployment package object to use."
45160
45160
},
45161
45161
"zipFile": {
45162
-
"type": "string",
45162
+
"$ref": "pulumi.json#/Asset",
45163
45163
"description": "The source code of your Lambda function. If you include your function source inline with this parameter, AWS CloudFormation places it in a file named index and zips it to create a deployment package.."
0 commit comments