Matt Wollerman

Results 5 comments of Matt Wollerman

Alternatively, what about a backend type extension that specifies where the `deployed.json` can be found? Similar to how terraform can use a s3 remote backend. This way, you can specify...

+1 As an example, I've deployed a few different chalice stages for the same project and this is what it ends up looking like in API gateway: ![image](https://user-images.githubusercontent.com/1610241/49816627-1f8fca80-fd23-11e8-9ebe-6b8489120bb5.png)

Ah yea fair enough. I agree it makes more sense to be at the user customized cookbook level. That better follows open-closed principle. Thanks for the quick response!

I am also experiencing this. The only way I've been able to get past this is downgrading explicitly to ``` "@nhost/hasura-auth-js": "2.3.0", "@nhost/nhost-js": "3.0.5", // 3.0.6 bumps hasura-auth-js dep to...

@onehassan any update on this? It's preventing upgrading all nhost packages because of that dependency chain.