Is there a way to split out yaml files so I don't ...
# yaml
g
Is there a way to split out yaml files so I don't have a single massive
Pulumi.yaml
file? e.g.
dynamo-db-tables.yaml
,
api-gateways.yaml
etc then
include
them in the main
Pulumi.yaml
file somehow?
e