klothoplatform / klotho

Klotho - write AWS applications at lightning speed
https://klo.dev
Apache License 2.0
1.12k stars 38 forks source link

Service to service and efs fixes #963

Closed jhsinger-klotho closed 6 months ago

jhsinger-klotho commented 6 months ago

Adds the ability for transform rules on property vertices. We will apply a transform rule if we see that an edge rule depends on its own property to be set

This requires us to pass in the configuration operator to opCtx.ConfigureRule (or whatever its called) since transform rules require the property to be set and not appended to.

also had to make a small change in path expansion to only check uniqueness validity if there were uniqueness constraints on the edge.

Resulted in fixing the open EFS tickets

Standard checks