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) 211 B
import { Stack, StackProps } from 'aws-cdk-lib'; import { Construct } from 'constructs'; export declare class ExampleAppStack extends Stack { constructor(scope: Construct, id: string, props?: StackProps); }