UNPKG

@aws-cdk/aws-amplify-alpha

Version:

The CDK Construct Library for AWS::Amplify

9 lines (8 loc) 411 B
import { Construct } from "constructs"; import * as lambda from "aws-cdk-lib/aws-lambda"; export declare class AssetDeploymentOnEventFunction extends lambda.Function { constructor(scope: Construct, id: string, props?: lambda.FunctionOptions); } export declare class AssetDeploymentIsCompleteFunction extends lambda.Function { constructor(scope: Construct, id: string, props?: lambda.FunctionOptions); }