MCPcopy Create free account
hub / github.com/api3dao/airnode / cloudHandler

Function cloudHandler

packages/airnode-deployer/src/entrypoint.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7function cloudHandler() {
8 return import(/* webpackIgnore: true */ `./handlers/${cloudProvider}`);
9}
10
11export async function startCoordinator(...args: unknown[]) {
12 const handler = await cloudHandler();

Callers 5

startCoordinatorFunction · 0.85
runFunction · 0.85
httpReqFunction · 0.85
httpSignedReqFunction · 0.85
signOevReqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected