lambda_list_layers: Lists Lambda layers and shows information about the latest...

View source: R/lambda_operations.R

lambda_list_layersR Documentation

Lists Lambda layers and shows information about the latest version of each

Description

Lists Lambda layers and shows information about the latest version of each. Specify a runtime identifier to list only layers that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layers that are compatible with that instruction set architecture.

See https://www.paws-r-sdk.com/docs/lambda_list_layers/ for full documentation.

Usage

lambda_list_layers(
  CompatibleRuntime = NULL,
  Marker = NULL,
  MaxItems = NULL,
  CompatibleArchitecture = NULL
)

Arguments

CompatibleRuntime

A runtime identifier. For example, java21.

The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

Marker

A pagination token returned by a previous call.

MaxItems

The maximum number of layers to return.

CompatibleArchitecture

The compatible instruction set architecture.


paws.compute documentation built on May 29, 2024, 9:16 a.m.