Luis Fernando De Pombo

Results 71 comments of Luis Fernando De Pombo

> I like this, but wouldn't they be custom mappers at SQL level? https://github.com/iasql/iasql-engine/pull/1145#issue-1346856081

> looking good! It does look simpler to maintain. My question here is, if someone creates a service using `ecs_simplified`, then uninstall the module and installs it again, are they...

> looking good! It does look simpler to maintain. My question here is, if someone creates a service using `ecs_simplified`, then uninstall the module and installs it again, are they...

Currently, every module has a dedicated test account with credentials given via Github Actions secrets and every test run picks an AWS regions within that test account via https://github.com/iasql/iasql-engine/blob/main/.github/workflows/ci.yml#L84. As...

@dfellis I think this is no longer revenant with the class-based approach?

Part of https://github.com/iasql/iasql-engine/issues/1117

One option is that `aws_account` would have the region column removed and there would be a `region` table that is relied on by the `availability_zone` table. Cloud resources that can...

@aguillenv / @dfellis this is another candidate for a custom function right?

Remove the rpc call from https://github.com/iasql/iasql-engine/pull/1389, once we have this