Uses of Interface
software.amazon.awscdk.services.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.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 TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIAlias
.interface
static interface
Internal default implementation forIFunction
.static interface
Internal default implementation forIFunctionRef
.interface
static interface
Internal default implementation forIVersion
.Classes in software.amazon.awscdk.services.lambda that implement IFunctionRefModifier and TypeClassDescriptionclass
A new alias to a particular version of a Lambda function.class
TheAWS::Lambda::Function
resource creates a Lambda function.class
Create a lambda function where the handler is a docker image.class
Deploys a file from inside the construct library as a function.class
static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
class
A Lambda that will only ever be added to a stack once.class
Tag the current state of a Function with a Version number. -
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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Invokes an AWS Lambda function during deployment.