Mohammad Teimori Pabandi
Mohammad Teimori Pabandi
Trying to understand the overall flow of the IaSQL, I came up with the following diagram:  Basically we're using Graphile worker defined in the `scheduler.ts` to do the...
Based on the following diagram: Regarding "beef up child process error handling such that it either respawns the child process or kills the parent" part of the task definition: -...
One alternative approach might be to use a separate container to do the `scheduler.ts`'s job. Currently, it is tightly coupled to the Express.js server and it cannot be scaled independent...
> So respawning the child correctly is the ideal, but if the parent dies as well, at least Fargate will notice and tear down that container and fire up a...
Regarding the use of JSON-RPC, there are some considerations: - You had mentioned `multitransport-jsonrpc` in the source code, but I think you're not actively maintaining it at the moment. Is...
Can we put some examples of the JSON policies that look different but are treated by AWS as the same? To make it easier to follow what should be fixed.
Quoting from Yolanda's message on Discord: > seems that the investigation stops soon: ```An error occurred (UnsupportedActionException) when calling the CreateResource operation: The resource AWS::ApiGateway::RestApi is not yet supported via...
OK seems this issue with the AWS API has been known. Terraform has these checks for it: - [This one](https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/verify/json.go#L17) which itself has a call to: - [This one](https://github.com/hashicorp/awspolicyequivalence/blob/v1.6.0/aws_policy_equivalence.go#L23-L33) The...
@depombo can you please fill in the description for this issue?
I think we need an implementation of PostgreSQL lexer to be able to do this.