Uses of Interface
software.amazon.awscdk.interfaces.lambda.IFunctionRef
Packages that use IFunctionRef
Package
Description
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of IFunctionRef in software.amazon.awscdk.interfaces.lambda
Subinterfaces of IFunctionRef in software.amazon.awscdk.interfaces.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFunctionRef.Classes in software.amazon.awscdk.interfaces.lambda that implement IFunctionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IFunctionRef in software.amazon.awscdk.services.cloudfront.experimental
Classes in software.amazon.awscdk.services.cloudfront.experimental that implement IFunctionRef -
Uses of IFunctionRef in software.amazon.awscdk.services.lambda
Subinterfaces of IFunctionRef in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIAlias.interfacestatic interfaceInternal default implementation forIFunction.interfacestatic interfaceInternal default implementation forIVersion.Classes in software.amazon.awscdk.services.lambda that implement IFunctionRefModifier and TypeClassDescriptionclassA new alias to a particular version of a Lambda function.classTheAWS::Lambda::Functionresource creates a Lambda function.classCreate a lambda function where the handler is a docker image.classDeploys a file from inside the construct library as a function.classstatic final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classclassA Lambda that will only ever be added to a stack once.classTag the current state of a Function with a Version number.Methods in software.amazon.awscdk.services.lambda that return IFunctionRefModifier and TypeMethodDescriptionstatic IFunctionRefCfnFunction.fromFunctionArn(software.constructs.Construct scope, String id, String arn) Creates a new IFunctionRef from an ARN.static IFunctionRefCfnFunction.fromFunctionName(software.constructs.Construct scope, String id, String functionName) Creates a new IFunctionRef from a functionName. -
Uses of IFunctionRef in software.amazon.awscdk.services.lambda.go.alpha
Classes in software.amazon.awscdk.services.lambda.go.alpha that implement IFunctionRef -
Uses of IFunctionRef in software.amazon.awscdk.services.lambda.nodejs
Classes in software.amazon.awscdk.services.lambda.nodejs that implement IFunctionRefModifier and TypeClassDescriptionclassA Node.js Lambda function bundled using esbuild. -
Uses of IFunctionRef in software.amazon.awscdk.services.lambda.python.alpha
Classes in software.amazon.awscdk.services.lambda.python.alpha that implement IFunctionRef -
Uses of IFunctionRef in software.amazon.awscdk.triggers
Classes in software.amazon.awscdk.triggers that implement IFunctionRefModifier and TypeClassDescriptionclassInvokes an AWS Lambda function during deployment.