pulumi/tests/testdata/codegen/lambda-0.1.0.json

22 lines
514 B
JSON

{
"$schema": "https://raw.githubusercontent.com/pulumi/pulumi/master/pkg/codegen/schema/pulumi.json",
"name": "lambda",
"version": "0.1.0",
"//": "Test schema for checking python codegen when packages, modules and types have reserved names.",
"resources": {
"lambda:lambda:Lambda": {
"properties": {
"lambda": {
"type": "string"
}
},
"inputProperties": {
"lambda": {
"type": "string"
}
},
"type": "object"
}
}
}