Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://aws-api.deno.dev/v0.3/services/lambda.ts?docs=full";

§Classes

Lambda

§Interfaces

AccountLimit

Limits that are related to concurrency and storage. All file and storage sizes are in bytes.

AccountUsage

The number of functions and amount of storage in use.

AddLayerVersionPermissionRequest
AddLayerVersionPermissionResponse
AddPermissionRequest
AddPermissionResponse
AliasConfiguration

Provides configuration information about a Lambda function alias.

AliasRoutingConfiguration

The traffic-shifting configuration of a Lambda function alias.

AllowedPublishers

List of signing profiles that can sign a code package.

CodeSigningConfig

Details about a Code signing configuration.

CodeSigningPolicies

Code signing configuration policies specify the validation failure action for signature mismatch or expiry.

Concurrency
CreateAliasRequest
CreateCodeSigningConfigRequest
CreateCodeSigningConfigResponse
CreateEventSourceMappingRequest
CreateFunctionRequest
DeadLetterConfig

The dead-letter queue for failed asynchronous invocations.

DeleteAliasRequest
DeleteCodeSigningConfigRequest
DeleteEventSourceMappingRequest
DeleteFunctionCodeSigningConfigRequest
DeleteFunctionConcurrencyRequest
DeleteFunctionEventInvokeConfigRequest
DeleteFunctionRequest
DeleteLayerVersionRequest
DeleteProvisionedConcurrencyConfigRequest
DestinationConfig

A configuration object that specifies the destination of an event after Lambda processes it.

Environment

A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.

EnvironmentError

Error messages for environment variables that couldn't be applied.

EnvironmentResponse

The results of an operation to update or read environment variables. If the operation is successful, the response contains the environment variables. If it failed, the response contains details about the error.

EventSourceMappingConfiguration

A mapping between an Amazon Web Services resource and a Lambda function. For details, see "CreateEventSourceMapping".

FileSystemConfig

Details about the connection between a Lambda function and an Amazon EFS file system.

Filter

A structure within a FilterCriteria object that defines an event filtering pattern.

FilterCriteria

An object that contains the filters for an event source.

FunctionCode

The code for the Lambda function. You can specify either an object in Amazon S3, upload a .zip file archive deployment package directly, or specify the URI of a container image.

FunctionCodeLocation

Details about a function's deployment package.

FunctionConfiguration

Details about a function's configuration.

FunctionEventInvokeConfig
GetAccountSettingsResponse
GetAliasRequest
GetCodeSigningConfigRequest
GetCodeSigningConfigResponse
GetEventSourceMappingRequest
GetFunctionCodeSigningConfigRequest
GetFunctionCodeSigningConfigResponse
GetFunctionConcurrencyRequest
GetFunctionConcurrencyResponse
GetFunctionConfigurationRequest
GetFunctionEventInvokeConfigRequest
GetFunctionRequest
GetFunctionResponse
GetLayerVersionByArnRequest
GetLayerVersionPolicyRequest
GetLayerVersionPolicyResponse
GetLayerVersionRequest
GetLayerVersionResponse
GetPolicyRequest
GetPolicyResponse
GetProvisionedConcurrencyConfigRequest
GetProvisionedConcurrencyConfigResponse
ImageConfig

Configuration values that override the container image Dockerfile settings. See Container settings.

ImageConfigError

Error response to GetFunctionConfiguration.

ImageConfigResponse

Response to GetFunctionConfiguration request.

InvocationRequest
InvocationResponse
InvokeAsyncRequest
InvokeAsyncResponse

A success response (202 Accepted) indicates that the request is queued for invocation.

Layer

An Lambda layer.

LayersListItem

Details about an Lambda layer.

LayerVersionContentInput

A ZIP archive that contains the contents of an Lambda layer. You can specify either an Amazon S3 location, or upload a layer archive directly.

LayerVersionContentOutput

Details about a version of an Lambda layer.

LayerVersionsListItem

Details about a version of an Lambda layer.

ListAliasesRequest
ListAliasesResponse
ListCodeSigningConfigsRequest
ListCodeSigningConfigsResponse
ListEventSourceMappingsRequest
ListEventSourceMappingsResponse
ListFunctionEventInvokeConfigsRequest
ListFunctionEventInvokeConfigsResponse
ListFunctionsByCodeSigningConfigRequest
ListFunctionsByCodeSigningConfigResponse
ListFunctionsRequest
ListFunctionsResponse

A list of Lambda functions.

ListLayersRequest
ListLayersResponse
ListLayerVersionsRequest
ListLayerVersionsResponse
ListProvisionedConcurrencyConfigsRequest
ListProvisionedConcurrencyConfigsResponse
ListTagsRequest
ListTagsResponse
ListVersionsByFunctionRequest
ListVersionsByFunctionResponse
OnFailure

A destination for events that failed processing.

OnSuccess

A destination for events that were processed successfully.

ProvisionedConcurrencyConfigListItem

Details about the provisioned concurrency configuration for a function alias or version.

PublishLayerVersionRequest
PublishLayerVersionResponse
PublishVersionRequest
PutFunctionCodeSigningConfigRequest
PutFunctionCodeSigningConfigResponse
PutFunctionConcurrencyRequest
PutFunctionEventInvokeConfigRequest
PutProvisionedConcurrencyConfigRequest
PutProvisionedConcurrencyConfigResponse
RemoveLayerVersionPermissionRequest
RemovePermissionRequest
SelfManagedEventSource

The self-managed Apache Kafka cluster for your event source.

SourceAccessConfiguration

To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.

TagResourceRequest
TracingConfig

The function's X-Ray tracing configuration. To sample and record incoming requests, set Mode to Active.

TracingConfigResponse

The function's X-Ray tracing configuration.

UntagResourceRequest
UpdateAliasRequest
UpdateCodeSigningConfigRequest
UpdateCodeSigningConfigResponse
UpdateEventSourceMappingRequest
UpdateFunctionCodeRequest
UpdateFunctionConfigurationRequest
UpdateFunctionEventInvokeConfigRequest
VpcConfig

The VPC security groups and subnets that are attached to a Lambda function. For more information, see VPC Settings.

VpcConfigResponse

The VPC security groups and subnets that are attached to a Lambda function.

§Type Aliases

Architecture
CodeSigningPolicy
EndPointType
EventSourcePosition
FunctionResponseType
FunctionVersion
InvocationType
LastUpdateStatus
LastUpdateStatusReasonCode
LogType
PackageType
ProvisionedConcurrencyStatusEnum
Runtime
SourceAccessType
State
StateReasonCode
TracingMode