|
|
|
|
|
by wdb
2256 days ago
|
|
Looks interesting, would this be a similar to what AWS API Gateway offers but then in a self-hosted manner? I am looking for a simple version of AWS API Gateway so I can hide a bunch of OpenFAAS functions behind a common domain and also have some trigger where when I request URL like /images/[id]_small.png it will automatically resize the [id].png to a small size and return it. Just this reawriting of url to the OpenFAAS function is where I am lost. Would I be able to use Gloo for that? |
|
https://docs.solo.io/gloo/latest/guides/integrations/knative...
RE AWS API Gateway... Gloo is more full featured and self hosted. Even wrt performance, in fact, we've seen anecdotal evidence of Gloo performing better than AWS API Gateway for things like calling Lambdas.