dhay

Results 11 comments of dhay

I receive this error when sending a payload to PutMetricsData in the Cloudwatch client. The server returns a 413 response code and an empty data object, so the "Code" value...

Another way to solve this would be to overload the `attribute` and `attributes` field such that any attributes preceded by a minus sign (-) would be excluded. I've started a...

I'm having the same issue with a Chalice app when I try to redeploy/update an lambda. Upgrading to the latest version (1.1.1.dev) doesn't seem to help. I have to completely...

> What is the output of ls ~/.rover/bin after running the first command? ``` $ ls ~/.rover/bin supergraph-v0.36.1 ``` We're still using Federation 1...perhaps the issue has been fixed in...

Running `rover install` didn't seem to help any. The reason I was thinking it might be a Federation 1 vs. 2 thing is that your output included `composing supergraph with...

Weird...if I have `~/.rover/bin` in my path, the error goes away...why should that matter?

Let me see if I can provide a not-too-contrived example of what I'm trying to get at... Suppose I have this GraphQL schema: ```graphql type Product { id: ID! name:...

I had thought that `graphql.field.type` might work as well, but unfortunately, what that tells me is the type of the field, not the type it belongs to. So in the...

I have the same issue. It seems to be related to the volume mounts (which has caused us nothing but trouble on MacOS). The container will come up initially, but...

This is what I’ve done for the time being to work around the issue. That said, I’m not sure I understand the impetus for the change.