|
|
|
|
|
by orf
1734 days ago
|
|
Wouldn’t using a lambda for this be a good choice? You’re just parsing a input document into a set of backend requests and then executing them - there doesn’t have to be anything stateful here that would require an actual running instance. If you combine this with API-gateway you’ve got caching (and potentially token auth) for free. |
|