Closed msummers-nr closed 2 years ago
HI!
Are you returning the Guid
in the read handler?
All handlers return the guid, it's the primary identifier. Contract tests fail if I don't return the guid, which is just as well as it's needed in subsequent stack steps
The root cause here was bad code. The resource passed the Contract tests however that is not a guarantee of CF compatibility.
I have a
readOnlyProperties
primaryIdentifier (Guid
) I'm trying to access in a stack'sOutputs
:The stack fails with
If I remove the
Outputs
section the stack completes successfully and the resource is created.FWIW the custom resource passes the
test-type
tests without any problem.Any pointers or suggestions would be appreciated.