UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

10 lines (9 loc) 353 B
import { Stack } from 'aws-cdk-lib'; import { Construct } from 'constructs'; import { EpsilonApiStackProps } from './epsilon-api-stack-props'; export declare class EpsilonApiStack extends Stack { private webHandler; private backgroundHandler; apiDomain: string; constructor(scope: Construct, id: string, props?: EpsilonApiStackProps); }