klothoplatform / klotho

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

use imports in path selection and more state conversion #978

Closed jhsinger-klotho closed 5 months ago

jhsinger-klotho commented 5 months ago

gives the ability to script path satisfaction (this allows us to conditionally choose what resources the paths are going to/coming from)

removes speculative dependencies of path selection and just relies on the dependencies of the scripts/property references (this is responsible for some naming changes around the test data)

adds the ability to read state for fields that need to be translated to field Refs or resource ids

making sure imports work with more resources

Gets ECS Dynamic port mappings to work as well

Standard checks