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
@@ -44626,7 +44626,7 @@
44626
44626
"description": "For versioned objects, the version of the deployment package object to use."
44627
44627
},
44628
44628
"zipFile": {
44629
-
"type": "string",
44629
+
"$ref": "pulumi.json#/Asset",
44630
44630
"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
@@ -44212,7 +44212,7 @@
44212
44212
"description": "For versioned objects, the version of the deployment package object to use."
44213
44213
},
44214
44214
"zipFile": {
44215
-
"type": "string",
44215
+
"$ref": "pulumi.json#/Asset",
44216
44216
"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