sparse-intern-71089
09/28/2022, 12:35 AMlittle-cartoon-10569
09/28/2022, 12:52 AMgreen-bird-4706
09/28/2022, 1:00 AMtype
field might still be wrong. Does "type": "aws::Lambda::Function"
look correct - is there documentation on what the type fields should be. Terraform gave me _
instead of ::
and I deduced the type from the AWS console.
The error I get is:
error: Preview failed: unrecognized resource type (Read): aws:Lambda:Function
So the type field would still seem incorrect.little-cartoon-10569
09/28/2022, 1:05 AM<module>.__pulumiType
. For example, aws/lambda/function.js says that the type is aws:lambda/function:Function
.green-bird-4706
09/28/2022, 1:14 AM