UNPKG

the-ldk

Version:

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

6 lines (5 loc) 246 B
import { Construct } from 'constructs'; import { NestedStack, NestedStackProps } from 'aws-cdk-lib'; export declare class ExampleLambdaFunctionStack extends NestedStack { constructor(scope: Construct, id: string, props?: NestedStackProps); }