Coen Hyde

Results 35 comments of Coen Hyde

I want to test the instantiated providers in a stack. I ended up parsing the rendered Terraform json and validating it that way. But feels like there should be a...

Yeah I get the motivation, it makes sense for a lot of workflows, just not ours. > Are the modules in the same repository as the cdktf app? They are....

> The idea would be that the synth output (including assets) then doesn't need to be committed. > If that isn't possible, then I think an option to disable automatic...

It's certainly a bit of a dangerous feature and it should be off by default. I am maintaining a large number of assets on s3. Changes are mostly additions but...

By the way thanks for implementing the initial sync functionality. For my use case the above filters would be complicating the solution, though they may be useful to someone else....

The only problem with that, is that it can only list 1000 files at a time, so some paging functionality would have to be implemented.

@tholder Doctrine seems to have a lot of momentum and would be my choice if I was using Mongo and PHP together. I haven't used Shanty Mongo or PHP for...

Yeah, working with document databases expecting relational functionality is going to end messy. Shanty Mongo to some degree elevates the gap but it only gets so far. There are two...