UNPKG

the-ldk

Version:

Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.

3 lines (2 loc) 136 B
import { ExampleFunctionResponse } from './exampleFunction.type'; export declare const handler: () => Promise<ExampleFunctionResponse>;