@swarmion/serverless-contracts
Version:
Generate and use type-safe contracts between your Serverless services.
5 lines • 441 B
TypeScript
export { ApiGatewayContract } from './apiGatewayContract';
export type { GenericApiGatewayContract } from './apiGatewayContract';
export { getApiGatewayTrigger, getAxiosRequest, getFetchRequest, getLambdaHandler, getApiGatewayHandler, getRequestParameters, handle, SwarmionRouter, } from './features';
export type { SwarmionApiGatewayHandler, ApiGatewayHandler, SwarmionApiGatewayOutput, } from './types';
//# sourceMappingURL=index.d.ts.map